Workflow Pattern - Exclusive Choice (XOR-Split)
Created: 2008-12-09 15:54:59
This workflow is a GWorkflowDL representation of an exclusive choice (XOR Split) that invokes either A or B.
This workflow is equivalent to the following pseudo code:
x = XOR_Split; if (x=="true") { end_A = A(x); } else { end_B = B(x); }
Preview
Run
Not available
Workflow Components
Not available
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