Execution
</br> Evaluate a boolean condition to determine the execution path
</br>
</br>
</br>
| Name | Type |
|---|---|
| Condition | <font color='#e74c3c'>Boolean</font> |
</br>
<center><font color='gray'>This Block has no Output Parameters</font></center>
</br>
| Name | Description |
|---|---|
| True | Executed if the condition true |
| False | Executed if the condition is false |