Content from the MediGRID group
Search filter terms
Filter by category
Filter by type
Filter by tag
Filter by user
Filter by licence
Showing 22 results.
Use the filters on the left and the
search box below to refine the results.
Workflow Pattern - Sequence (1)
This workflow is a GWorkflowDL representation of a sequence that sequentially invokes A and B.
This workflow is equivalent to the following pseudo code:
end_A = A();
end_B = B(end_A);
Created: 2008-12-03
Credits: Andreas Hoheisel
GWorkflowDL: Simple Test Workflow (1)
This is a trivial test workflow modeled using the Grid Workflow Description Language (GWorkflowDL), which can be executed by means of the Grid Workflow Execution Service (GWES).
Created: 2008-11-25
Credits: Andreas Hoheisel