Description
Control flow statement that allows steps to be executed repeatedly based on a given boolean condition. This step allows other steps to be dropped in. So this step allows to have nested steps inside.
Category
Control
Inputs
Label | Type | Required | Default | Visibility | Description |
---|---|---|---|---|---|
Condition type |
|
yes |
|
Always |
Type of condition to be checked. Possible values are `Expression`and `Script`. |
Expression record |
|
|
|
The record instance to be used to check condition |
|
Expression condition |
|
|
|
The condition to be evaluated as true. |
|
Script condition |
|
|
|
The script condition to be evaluated as true. |
Outputs
No configuration is needed.
Sample

The flow starts, the while step logs as long as a specified condition is true and then the execution finished with the end step.