Workflow Pattern - Structured Loop
Created: 2008-12-09 15:58:50
This workflow is a GWorkflowDL representation of a structured loop that updates the variable "x" in each iteration.
This workflow is equivalent to the following pseudo code:
x:=0; for ( i:=0; i<=99; i++) { x:=x+i; } x_result:=x;
Please remark that this demonstration workflow does not invoke any external services at all. The calculation is done only by using the GWorkflowDL's syntax and semantics.
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