AND-join join
The And-join activity is a Flow control activity. It synchronizes multiple execution branches of a workflow.
This activity triggers its outbound transition only after all the inbound transitions are activated. In other words, it activates once all preceding activities are completed. This ensures that certain activities are finished before continuing to execute the workflow.
Configure the And-join activity and-join-configuration
Follow these steps to configure the AND-join activity:
- Add multiple activities, such as channel activities, to form at least two different execution branches.
- Add an AND-join activity to any of the branches.
- In the Merging options section, check all the previous activities you want to join.
- In the Primary set drop-down, choose which inbound transition population to keep. The outbound transition can only contain one of the inbound transition populations.
Example and-join-example
The following example shows two workflow branches with an email and SMS delivery. The AND-join triggers when both inbound transitions are enabled. Push notifications are sent only after both deliveries are completed.