Parallel

A node that runs multiple nodes in parallel.

Properties

Property name Type Description
Input port InputExecutePort Executed by connecting with ExecuteWire or TransitionWire
Tasks List of OutputExecutePort Execute all connected nodes simultaneously.
Completed OutputTransitionPort The transition occurs when all connected nodes have finished executing, or when any connected node reaches Break.

Accepting flow termination nodes

  • Exit
    Transition from Completed to the next node when execution from all ports has finished.
    If any ports remain running, do nothing.
  • Break
    Forcefully stop the execution of all other ports and transition from Completed to the next node.