Node: Merge Branches
How to use the Merge Branches node to synchronize parallel paths in a workflow before continuing.
The Merge Branches node is a synchronization point: it brings two or more parallel paths of the workflow (for example, the ones coming out of "Run in Parallel" or a Switch) back into one, and waits until ALL the branches feeding into it have arrived before continuing.
When to use it
- After a "Run in Parallel" node, to make sure both branches finished before moving on.
- When several branches of a Switch need to converge on the same final step.
Configuration
No configurable fields: the node automatically detects how many edges point into it and waits for that many visits before opening the gate.
Example
"Run in Parallel" fires two branches: A) "Send Email to Customer"; B) "HTTP Request" to an external CRM. Both branches end at a Merge Branches node, and only once both have arrived does the flow continue to "Close Conversation" — guaranteeing both tasks finished before closing.
Tips
- If only one edge points into the node, it behaves as a transparent pass-through (nothing to wait for).
- The counter resets after the gate opens, so it also works inside a Loop that repeats several times.
Troubleshooting
- The flow seems "stuck" after Merge Branches: check that ALL the branches that are supposed to arrive are actually wired into the node — an unconnected branch never completes the expected count.
Related articles
-
Build your first workflow
Omnifox workflows automate your operation: a trigger starts the automation and action nodes do the work. Build a welcome message in minutes.
-
Workflow triggers catalog
Learn which events can start a workflow automatically in Omnifox.
-
Action nodes available in workflows
Discover the actions a workflow can run automatically.
-
Conditions and branching (if/then) in a workflow
Make your flows take decisions and follow different paths based on each contact data.
-
Ready-to-use workflow templates
Start your automations in minutes from prebuilt flows you can customize.