Version 2 (latest)
(of 2)
|
Version created on:
09/12/08 @ 16:00:38
by:
Andreas Hoheisel
|
Revision comments
Title: Workflow Pattern - Structured Loop (B)
Type: GWorkflowDL
Preview
(Click on the image to get the full size)
Description
This workflow is an alternative GWorkflowDL representation of a structured loop that updates the variable "x" in each iteration and which models the control flow separately from the index "i".
Here a version of the graph with manual graph layout:

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.
Download
Run
Not available
Workflow Components
Not available
Workflow Type
Log in to add Tags
Current:
0.0 / 5
(0 ratings)
Log in to rate and see breakdown of ratings
Statistics
None
Earliest Version:
[1] - Workflow Pattern - Structured Loop (B)
Latest Version:
[2] - Workflow Pattern - Structured Loop (B)
Reviews
(0)
Other workflows that use similar services
(0)
There are no workflows in myExperiment that use similar services to this Workflow.
Linked Data
Non-Information Resource URI: http://www.myexperiment.org/workflows/583
Alternative Formats
Copyright © 2007 - 2011 The University of Manchester and University of Southampton
No comments yet
Log in to make a comment