Workflow Pattern - Parallel Split (AND-Split)
Created: 2008-12-03 14:25:25
Last updated: 2008-12-03 14:45:16
This workflow is a GWorkflowDL representation of a parallel split that invokes A and B recurrently without synchronization.
This workflow is equivalent to the following pseudo code:
new Thread( end_A = A() ); new Thread( end_B = B() );
Preview
Run
Not available
Workflow Components
Not available
Version History
Reviews (0)
Other workflows that use similar services (0)
There are no workflows in myExperiment that use similar services to this Workflow.
Comments (0)
No comments yet
Log in to make a comment