Skip to main content
When a workflow contains multiple branches and you want the process to continue only after all branches complete, use a merge node. The workflow proceeds only after every node on all incoming lines of the merge node has finished, creating a wait effect. Example: During review, the process moves to the final review only after both the initial review and the secondary review are complete.

Configure a Merge Node

  1. Go to the Premium workflow design page and drag a merge node onto the canvas.
  2. Click the merge node, and then connect the branches you want to merge into it.
Nodes after the merge node are activated only after all branches before the merge node complete.

Usage Example

See the workflow diagram below:
  • The workflow starts and the initial review node is activated.
  • Once the initial review is complete, both the Secondary Review 1 and Secondary Review 2 approval nodes are activated, and the automated tasks are triggered.
  • Once both Secondary Review 1 and Secondary Review 2 are complete, the final review node is activated.
  • Once the final review is complete, the workflow ends.