Skip to content

Commit 168fdc8

Browse files
committed
Address feedback per PM
1 parent 4144194 commit 168fdc8

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

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

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,7 @@ This article shows how to create a logic app that implements this pattern by usi
2020

2121
* Initialize a session based on a message that the trigger reads from the Service Bus queue.
2222

23-
* Save the session that's initialized in the previous step.
24-
25-
* Process all the messages that associated with the session by the current trigger instance.
23+
* Read and process all the messages from the same session in the queue during the current workflow run.
2624

2725
To review this template's JSON file, see [GitHub: service-bus-sessions.json](https://github.com/Azure/logicapps/blob/master/templates/service-bus-sessions.json).
2826

0 commit comments

Comments
 (0)