Branch
The transition destination is branched depending on the value of the Condition field.
Properties
| Property name | Type | Description |
|---|---|---|
| Input port | InputExecutePort | Executed by connecting with ExecuteWire or TransitionWire |
| Condition | InputField<bool> |
Set the truth value to judge. |
| True | OutputTransitionPort | Transition when Condition is true. |
| False | OutputTransitionPort | Transition when Condition is false. |