Skip to content

End Thread and Return Result v1.0.5 Help

Indicates the end of the iteration and returns the Flow to the Run Parallel Threads for a Collection Step.

How can I use the Step?

Place this Step down the new thread exit of a Run Parallel Iteration for a Collection Step after the iteration logic. This way, you form a pair that controls loop logic within your Flow.

How does the Step work?

The Step pairs with Run Parallel Threads for a Collection Step and works as a loop control mechanism. It uses the Result parameter to specify data to return for each iteration in the result property of the Run Parallel Iteration for a Collection Step.

Prerequisites

To use the Step, ensure the following prerequisites:

  • Basic knowledge of JavaScript/JSON.
  • Run Parallel Threads for a Collection Step must be present and correctly configured in the Flow.

Output data

  • Optional: For Result, specify data to return for each iteration in the result property of the Run Parallel Iteration for a Collection Step. Input string data manually or via the Merge field. Use the Merge field in code mode for other data types. By default, the outcome for iteration is an empty string.

Reporting

The Step automatically generates Reporting events during its execution, allowing for real-time tracking and analysis of its performance and user interactions.

To learn more, see Reporting events.

Service dependencies

  • studio v3.71.0
  • bot deployer v2.22.4
  • library v2.18.4

Release notes

v1.0.5

  • Initial release