While
Loops while the specified condition is true.

Input
While
| Name | Required | Description |
|---|---|---|
| Condition | If Condition is True, then the while loop continues. |
Output
| Name | Required | Description |
|---|---|---|
| Action Success | True if the action passed, false if it failed. |