Action
Action is a node that executes a process and immediately transitions to the next node.
Properties
Property name | Type | Description |
---|---|---|
Input port | InputExecutePort | Executed by connecting with ExecuteWire or TransitionWire |
Output port | OutputTransitionPort | Transitions to the destination node |
Supported node components
- ActionComponent
The process is executed when the node becomes active. - EvaluateComponent
The process is executed when the node becomes active.
Outputs the result in bool type.