GET
Displays a list of workflows stored in the system.
An example of returned <workflows> is as follows:
<wkfcnf:workflows xmlns:wkfcnf="http://genologics.com/ri/workflowconfiguration">
<workflow status="PENDING" uri="http://localhost:8090/api/v2/configuration/workflows/1" name="Nextera DNA for HiSeq"/>
<workflow status="ACTIVE" uri="http://localhost:8090/api/v2/configuration/workflows/2" name="Nextera DNA for MiSeq"/>
</wkfcnf:workflows>
Output Payload
| element | produceable content type(s) |
|---|---|
| workflows (XML) |
|
| description | |
| The system returns a response that includes a list of workflows and URI links. | |