Available Nodes

    Parallel Gateway

    The Parallel Gateway is used to create parallel paths in a process. It allows multiple paths to be executed simultaneously.

    Structure

    There are two nodes that are used to create parallel paths in a process: the Split and Join nodes. The Split node is used to create multiple paths, while the Join node is used to merge those paths back together. Split paths should always be joined with a Join node. The Split node has one incoming connection and multiple outgoing connections, while the Join node has multiple incoming connections and one outgoing connection.

    Split

    Join

    Both nodes do not have any options and work automatically. The Split node will create a new path for each outgoing connection, and the Join node will wait for all incoming connections to be completed before continuing to the next step in the process. This allows for parallel execution of multiple paths in a workflow.

    On this page

    Parallel Gateway