Reviews (0)
For Workflow:
Workflow Pattern - Structured Loop (C)
Workflow Pattern - Structured Loop (C)
(2)
This workflow is a GWorkflowDL representation of a structured loop that counts from 0 to 99.
This workflow is equivalent to the following pseudo code:
for ( i:=0; i
Please remark that this demonstration workflow does not invoke any external services at all.
Created: 2008-12-09
Credits:
Andreas Hoheisel
Attributions:
Workflow Pattern - Structured Loop (B)