Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Run With Payload giving Failed Notification Even when Run Occurs #5648

Open
daviburg opened this issue Sep 11, 2024 · 2 comments
Open

Run With Payload giving Failed Notification Even when Run Occurs #5648

daviburg opened this issue Sep 11, 2024 · 2 comments
Assignees
Labels
Backend Portal This issue resides in Portal

Comments

@daviburg
Copy link
Member

daviburg commented Sep 11, 2024

Describe the Bug with repro steps

See repro screen capture video below - start a workflow which HTTP request response will return a failure. Portal incorrectly claims that the workflow start failed, when the run did happen.

What type of Logic App Is this happening in?

Consumption (Portal)

Which operating system are you using?

Windows

Are you using new designer or old designer

New Designer

Did you refer to the TSG before filing this issue? https://aka.ms/lauxtsg

Yes

Workflow JSON

No response

Screenshots or Videos

misleadingError

Browser

Chrome

Additional context

No response

@Eric-B-Wu
Copy link
Contributor

@daviburg this may be an issue on the backend. Taking a look at the network logs, when we send out the "run with payload" it returns a 400 with no response/error message. In terms of the frontend we can only notify based on the response we get from the backend, and given that the request status is "errored", this may be needed to be changed on the backend to give the right response if a workflow run does start

@preetriti1 preetriti1 added the Portal This issue resides in Portal label Sep 12, 2024
@Eric-B-Wu Eric-B-Wu self-assigned this Sep 17, 2024
@Eric-B-Wu Eric-B-Wu changed the title Misleading error message "Failed to start a run of logic app" Run With Payload giving Failed Notification Even when Run Occurs Sep 17, 2024
@daviburg
Copy link
Member Author

@daviburg this may be an issue on the backend. Taking a look at the network logs, when we send out the "run with payload" it returns a 400 with no response/error message. In terms of the frontend we can only notify based on the response we get from the backend, and given that the request status is "errored", this may be needed to be changed on the backend to give the right response if a workflow run does start

Discussed offline to clarify - Eric updated the issue title accordingly, and is investigating how to provide a reliable outcome message about the run scheduling when the run is with payload.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Backend Portal This issue resides in Portal
Projects
None yet
Development

No branches or pull requests

4 participants