Version 2 (latest)
(of 2)
|
Version created on:
09/12/08 @ 15:58:50
by:
Andreas Hoheisel
|
Revision comments
Title: Workflow Pattern - Structured Loop
Type: GWorkflowDL
Preview
(Click on the image to get the full size)
Description
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.
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
Latest Version:
[2] - Workflow Pattern - Structured Loop
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/582
Alternative Formats
Copyright © 2007 - 2011 The University of Manchester and University of Southampton
No comments yet
Log in to make a comment