/{version}/configuration/workflows/{workflowid}
The following operations are supported on this resource:
GET
Displays the XML representation of a specified workflow.
An example of a returned <workflow> is as follows:
<wkfcnf:workflow xmlns:wkfcnf="http://genologics.com/ri/workflowconfiguration" status="PENDING" uri="http://localhost:8090/api/v2/configuration/workflows/1" name="Nextera DNA for HiSeq">
<protocols>
<protocol uri="http://localhost:8090/api/v2/configuration/protocols/4" name="Nextera DNA Library Prep"/>
<protocol uri="http://localhost:8090/api/v2/configuration/protocols/5" name="Library Validation QC"/>
<protocol uri="http://localhost:8090/api/v2/configuration/protocols/6" name="Illumina SBS (HiSeq GAIIx)"/>
</protocols>
</wkfcnf:workflow>
Parameters
name | description | type | default |
---|---|---|---|
workflowid | The workflow ID of the workflow you would like to display. | path |
Output Payload
element | produceable content type(s) |
---|---|
workflow (XML) |
|
description | |
The system returns a response that includes the XML representation of the workflow. |