Reviews (0)
For Workflow: Workflow Pattern - Sequence
Workflow Pattern - Sequence (1)
This workflow is a GWorkflowDL representation of a sequence that sequentially invokes A and B.
This workflow is equivalent to the following pseudo code:
end_A = A();
end_B = B(end_A);
Created: 2008-12-03
Credits: Andreas Hoheisel