Optional
gotoOptional
graphGraph to send the command to. Supported values are:
Readonly
lg_Optional
resumeValue to resume execution with. To be used together with interrupt.
Optional
updateUpdate to apply to the graph's state as a result of executing the node that is returning the command. Written to the state as if the node had simply returned this value instead of the Command object.
Static
PARENT
One or more commands to update the graph's state and send messages to nodes. Can be used to combine routing logic with state updates in lieu of conditional edges
Example