Help

Parallel Activity

The Parallel Activity branches the workflow into 2 or more separate sequences. These sequences execute in parallel, that is to say they execute simultaneously. The workflow is not multithreaded but interleaved; an activity in each sequence is executed alternately, although no particular order can be relied upon. For more information see Workflow Basics – Synchronization.