Parallel Paths split Workflows into multiple concurrent paths. Each path can contain actions, goals, delays, exits, and decisions. Parallel Paths look similar to Decisions, but they require no logic to initiate and when a person enters a Parallel Path, they will travel down all available paths simultaneously.
To add a Parallel Path to a Workflow:
- Click the + icon in the Workflow at the point you'd like to add a Parallel Path
- Click Parallel Path
- Add other Workflow nodes to the paths as needed
Add more paths to a Parallel Path by clicking the + icon to the right of the Parallel Path that's already added to the Workflow. Parallel Paths can be quite simple or more complex. We’ll run through a few examples below to help you understand how they work.
Actions in Parallel Paths
In this example, when a person enters into the Parallel Path, they will travel simultaneously down both sides. They immediately get subscribed to a Campaign on each side. This allows you to send multiple Campaigns at the same time. If these Campaign actions were set up vertically, the person would have to finish one Campaign before they start the other.
Delays in Parallel Paths
In this example, when a person enters into the Parallel Path, they will receive a one-off email on the left branch and enter into a Delay in the middle and right branches. Once the email in the left branch has been sent, the person will advance straight to the Exit below the Parallel Path and never reach the other two actions in the middle and right branches.
In order to remain active in the Workflow after receiving the email on the left branch, the person would need to reach a step allowing them to remain active in the Workflow until they can finish the delays and pass through the middle and left branches.
Exits in Parallel Paths
When you add Exit steps at different points under a Parallel Path, as soon as a person hits the first Exit, exit-intent is set within the Workflow. This means that any other paths running will continue to run until they get to a stopping point of a Goal, Delay, or another Exit. As soon as each path hits one of those stopping points, the intent to exit sets in, and they’re removed from the Workflow.
Any steps occurring instantaneously will complete (apply a tag, set a custom field), but any that require people to sit at a node (Goal, Delay, Subscribe to an Email Series) will exit the Workflow without any further steps in the Workflow completing.
Add a Delay step before the final Exit of the Workflow to give each branch time to finish up.
We'll walk through the Workflow above as an example. Path A is on the left and path B is on the right. Here’s what happens when someone enters the Parallel Path:
-
Under path A, the “path_a” tag is applied and then they hit the Exit step.
-
Under path B, the “path_b” tag is applied, the “done” tag is applied, and then they hit the Exit step.
-
The “done” tag is applied in path B although it appears that the person has already exited the Workflow under path A.
-
Once someone reaches the exit under path B, they’re removed from the Workflow.
Deleting a Parallel Path node will delete all actions underneath the node until the paths rejoin the main workflow path.