Workflow Pattern - Structured Loop (B)

Created: 2008-12-09 16:00:38

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:

structured loop b

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.

Information Preview

Medium

Information Run

Not available


Information Workflow Components

Not available

Information Workflow Type

GWorkflowDL

Information Uploader

Information License

All versions of this Workflow are licensed under:

Information Version 2 (latest) (of 2)

View version:

Information Credits (1)

(People/Groups)

Information Attributions (1)

(Workflows/Files)

Information Tags (7)

Log in to add Tags

Information Shared with Groups (3)

Information Featured In Packs (0)

None

Log in to add to one of your Packs

Information Attributed By (1)

(Workflows/Files)

Information Favourited By (0)

No one

Information Statistics

 

Citations (0)

None


Version History

In chronological order:



Reviews Reviews (0)

No reviews yet

Be the first to review!



Comments Comments (0)

No comments yet

Log in to make a comment




Workflow Other workflows that use similar services (0)

There are no workflows in myExperiment that use similar services to this Workflow.