Do While
Description
This activity allows you to create a loop that execute a series of activities the condition is met. The series of activities will be run first, before the condition got evaluate. The activities in the Body will be executed repeatedly until the condition no longer met.
Properties
Category | Property | Type | Description |
---|---|---|---|
Misc | Condition | In(Boolean) | The specific condition to be evaluated after the first execution of the activities in the body and before the next loop. E.g: “var_input < 15” |