While Node
The While node repeatedly executes the subsequent nodes as long as a specific condition is met, until the condition is no longer true.
Parameters
Label | Value Type | Description |
---|---|---|
Condition | Condition | If the condition is met, execute the subsequent nodes. |
Exit the Loop | Label | When the condition is not met, execute the subsequent nodes. |
|