AND-join join

The And-join activity is a Flow control activity. It allows you to synchronize multiple execution branches of a workflow.

This activity only triggers its outbound transition once all the inbound transitions are activated, in other words, once all of the preceding activities have finished. This allows you to make sure that certain activities have finished before continuing to execute the workflow.

Configure the And-join activity and-join-configuration

Follow these steps to configure the AND-join activity:

  1. Add multiple activities such as channel activities to form at least two different execution branches.
  2. Add an AND-join activity to any of the branches.
  3. In the Merging options section, check all the previous activities you wish you join.
  4. In the Primary set drop-down, choose which inbound transition population you want 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 will trigger when both inbound transitions are enabled. The push notifications will then be sent only after both deliveries are finished.

recommendation-more-help
c39c2d00-ba9a-424b-adf9-66af58a0c34b