Skip to content

Commit 2a3d2dd

Browse files
committed
adding important note on stateless response action
1 parent 27b1f2a commit 2a3d2dd

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

articles/connectors/connectors-native-reqres.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -418,6 +418,11 @@ When you use the Request trigger to receive inbound requests, you can model the
418418
> * If you have one or more Response actions in a complex workflow with branches, make sure that the workflow
419419
> processes at least one Response action during runtime. Otherwise, if all Response actions are skipped,
420420
> the caller receives a **502 Bad Gateway** error, even if the workflow finishes successfully.
421+
>
422+
> * If you implemnt a Response action in a stateless workflow of Logic Apps Standard, the Response action needs to be the last
423+
> action of the workflow. Even if you place the Reponse action in other place of the workflow, the engine will not execute it
424+
> until it has executed all other actions.
425+
421426

422427
## [Consumption](#tab/consumption)
423428

0 commit comments

Comments
 (0)