Note: some items may not be visible to you, due to viewing permissions.
|
Original Uploader |
Created: 09/12/08 @ 15:58:50
Credits:
License: Creative Commons Attribution-Share Alike 3.0 Unported License
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.
Rating: 0.0 / 5 (0 ratings) | Versions: 2 | Reviews: 0 | Comments: 0 | Citations: 0 Viewed: 250 times | Downloaded: 95 times Tags (6): |
View
Download (v2)
|
|
Original Uploader |
Created: 09/12/08 @ 16:00:38
Credits:
Attributions:
License: Creative Commons Attribution-Share Alike 3.0 Unported License
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...
Rating: 0.0 / 5 (0 ratings) | Versions: 2 | Reviews: 0 | Comments: 0 | Citations: 0 Viewed: 230 times | Downloaded: 49 times Tags (7): |
View
Download (v2)
|
|
Original Uploader |
Created: 27/01/10 @ 15:52:50 | Last updated: 27/01/10 @ 15:56:10
Credits:
License: Creative Commons Attribution 3.0 Unported License
Example of looping over asynchronous services. The dummy beanshell scripts represents the operations of an asynchronous submit-status-results style service, such as EBI's InterProScan and NCBI Blast.
createJob creates a temporary file with the content "0". Filename retuirned as a "job ID".
checkStatus reads the job, and return state "RUNNING" as long as the content is less than 10, increasing the number for each call. ...
Rating: 0.0 / 5 (0 ratings) | Versions: 2 | Reviews: 0 | Comments: 0 | Citations: 0 Viewed: 145 times | Downloaded: 66 times Tags (6): |
View
Download (v2)
|
|
Original Uploader |
Created: 19/08/10 @ 18:29:19 | Last updated: 24/08/10 @ 17:27:34
Credits:
License: Creative Commons Attribution-Share Alike 3.0 Unported License
Please refere following link for more information http://tridentworkflow.codeplex.com/Project/Download/FileDownload.aspx?DownloadId=138916
Rating: 0.0 / 5 (0 ratings) | Versions: 1 | Reviews: 0 | Comments: 0 | Citations: 0 Viewed: 27 times | Downloaded: 13 times Tags (9): |
View
Download (v1)
|
Copyright © 2007 - 2011 The University of Manchester and University of Southampton