Skip to content

Commit aa127c7

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

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

articles/connectors/connectors-native-reqres.md

Lines changed: 3 additions & 4 deletions
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

@@ -419,9 +419,8 @@ When you use the Request trigger to receive inbound requests, you can model the
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.
421421
>
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.
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.
425424

426425

427426
## [Consumption](#tab/consumption)

0 commit comments

Comments
 (0)