SplitJoin

Definition

SplitJoin consists of process steps that are executed concurrently (execution with barrier synchronization). That is, SplitJoin completes when all of its components processes have completed.

Synonyms

Explanatory notes

Supports parallel processing that requires completion of all included process steps to exit.