Exit
Exits from the Container or Iterate Activities interrupting any child executions after it.

Properties
| Name | Description |
|---|---|
| Condition | Condition which determines if the activity will be evaluated. If empty it assumes True. |
Usage
The activity can be used inside a Container, Iterate or Time Loop activities.
We can use the property Condition by providing a boolean expression or variable to determine if the execution should exit immediately from the mentioned activities.
If the Condition is not specified, it is True by default.