Retrieves a workflow run by SWID
Resource URL
GET http://localhost:8888/seqware-webservice/workflowruns/(workflowRunSWID)
Parameters
- show
- lanes - return the workflow run with all of its lanes
- ius - return the workflow run with all of its IUSes
- processes - return the workflow run with all of its processing events
Example Requests
http://localhost:8888/seqware-webservice
Code Block