Workflows

Search filter terms
Filter by type
Filter by tag
Filter by user
Filter by licence
Filter by group
Filter by wsdl
Results per page:
Sort by:
Showing 15 results. Use the filters on the left and the search box below to refine the results.
Tag: example User: Andreas Hoheisel Licence: by-sa

Workflow Workflow Pattern - Structured Loop (B) (2)

Thumb
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 c...

Created: 2008-12-09

Credits: User Andreas Hoheisel

Attributions: Workflow Workflow Pattern - Structured Loop

Workflow Workflow Pattern - Structured Loop (2)

Thumb
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.

Created: 2008-12-09

Credits: User Andreas Hoheisel

Workflow Workflow Pattern - Structured Loop (C) (2)

Thumb
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: User Andreas Hoheisel

Attributions: Workflow Workflow Pattern - Structured Loop (B)

Workflow Workflow Pattern - Simple Merge (XOR-Join) (1)

Thumb
This workflow is a GWorkflowDL representation of a simple merge (XOR Join) that invokes C when either A or B has been invoked. The structure of the GWorkflowDL representation of a simple merge is identical to the multi merge pattern!

Created: 2008-12-03 | Last updated: 2009-01-19

Credits: User Andreas Hoheisel

Workflow TextGrid: Test workflow (on ingrid) (1)

Thumb
Test workflow that invokes CRUD read on ingrid.

Created: 2008-12-17

Credits: User Andreas Hoheisel

Workflow TextGrid: Test workflow (2)

Thumb
This is a first test workflow that demonstrate, how to use the GWES for a document-style Web Service within TextGrid.

Created: 2008-12-17

Credits: User Andreas Hoheisel

Workflow Workflow Pattern - Multi Choice (OR Split) (2)

Thumb
This workflow is a GWorkflowDL representation of a multi choice (OR Split) that invokes either A or B or A and B.

Created: 2008-12-09

Credits: User Andreas Hoheisel

Workflow Workflow Pattern - Exclusive Choice (XOR-S... (2)

Thumb
This workflow is a GWorkflowDL representation of an exclusive choice (XOR Split) that invokes either A or B. This workflow is equivalent to the following pseudo code: x = XOR_Split; if (x=="true") { end_A = A(x); } else { end_B = B(x); }

Created: 2008-12-09

Credits: User Andreas Hoheisel

Workflow Execute GWorkflowDL workflow using Taverna... (1)

Thumb
This workflow makes use of the "Grid Workflow Execution Service" (GWES) in order to exececute a GWorkflowDL workflow by means of the Taverna Workbench 2. As the GWES is deployed as a regular SOAP service, the WSDL can be imported as a normal service into the Taverna Workbench. This workflow contains all the input parameters as string constants, so it can be started right away without user inputs.

Created: 2009-06-30

Credits: User Andreas Hoheisel

Attributions: Workflow Execute GWorkflowDL workflow using Taverna 2

Workflow Execute GWorkflowDL workflow using Taverna 2 (1)

Thumb
This workflow makes use of the "Grid Workflow Execution Service" (GWES) in order to exececute a GWorkflowDL workflow by means of the Taverna Workbench 2. As the GWES is deployed as a regular SOAP service, the WSDL can be imported as a normal service into the Taverna Workbench.

Created: 2009-06-30 | Last updated: 2009-06-30

Credits: User Andreas Hoheisel

Results per page:
Sort by: