Workflows
Search filter terms
Filter by type
Filter by tag
Filter by user
Filter by licence
Filter by group
Results per page:
Sort by:
Workflow Pattern - Exclusive Choice (XOR-S...
(2)
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);
}
Created: 2008-12-09
Credits:
Andreas Hoheisel
Results per page:
Sort by: