A process with multiple parallel branches from a single path must converge into a single path. When the activities in one branch are completed and reach the point of convergence, control must be passed to the single path without waiting for the other branches to complete.
Which Workflow Control Pattern should be used to achieve this functionality?
- Structured Discriminator
- Cancelling Discriminator
- Structured Synchronizing Merge
- Multi-Merge
Reveal Solution Next Question