While
Description
Allows you to execute a process repeatedly while meeting a specific condition. This activity is useful when you need to execute an activity multiple times.
Properties
Category | Property | Type | Description |
---|---|---|---|
Misc | Condition | In(Boolean) | The specific condition you want to choose for the execution. E.g: “var_counter < 15” – this means the activities inside the Body will be repeated until the counter variable is higher than 15. |