AND-join join
The AND-join activity allows you to synchronize multiple execution branches of a composition.
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 composition.
Configure the And-join activity and-join-configuration
Follow these steps to configure the AND-join activity:
-
Add multiple 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 wish to synchronize.
-
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. If the activity is not configured, the outbound transition will randomly select one of the inbound populations.