Skip to content

Commit 34d022e

Browse files
authored
Merge pull request #82411 from petemessina/master
Updating the documentation for Convoy Pattern
2 parents ebbfeed + d8a0c30 commit 34d022e

File tree

3 files changed

+1
-1
lines changed

3 files changed

+1
-1
lines changed
-8.2 KB
Loading
2.34 KB
Loading

articles/logic-apps/send-related-messages-sequential-convoy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ This [**Until** loop](../logic-apps/logic-apps-control-flow-loops.md#until-loop)
288288

289289
* Check whether the `isDone` variable is set to `true`.
290290

291-
* If `isDone` is not set to `true`, the workflow is still processing messages, so the workflow renews the lock on the session in the queue, and checks the loop condition again.
291+
* If `isDone` is set to `true`, the workflow is still processing messages, so the workflow renews the lock on the session in the queue, and checks the loop condition again.
292292

293293
You need to provide the name for your Service Bus queue in the Service Bus action, [**Renew lock on the session in a queue**](#renew-lock-on-session).
294294

0 commit comments

Comments
 (0)