Skip to content

Commit 8bc1366

Browse files
Merge pull request #209556 from xuehongg/mybranch8
adding important note on stateless response action
2 parents 5f3bb0b + 6fd9c24 commit 8bc1366

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

articles/connectors/connectors-native-reqres.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ services: logic-apps
55
ms.suite: integration
66
ms.reviewers: estfan, azla
77
ms.topic: how-to
8-
ms.date: 08/16/2022
8+
ms.date: 08/29/2022
99
tags: connectors
1010
---
1111

@@ -418,6 +418,10 @@ 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+
> * In a Standard logic app *stateless* workflow, the Response action must appear last in your workflow. If the action appears
423+
> anywhere else, Azure Logic Apps still won't run the action until all other actions finish running.
424+
421425

422426
## [Consumption](#tab/consumption)
423427

0 commit comments

Comments
 (0)