1. Do While Loop

Works similarly to Workflow, but will continue to run as long as the loop while condition is met. The loop condition is constructed by passing one or several boolean signals. This can be created by Script operation or the Constraint operation

1.1. Iteration parameters

Iteration parameters are constructed by using the same name on workflow input and workflow output. This means the output of one iteration of the workflow run will be used as an input to the next iteration.

1.2. Example

See example Workflow→Do While Loop