4.8 Retrieving Workflow Group Status Information
To get status information for a specific workflow group, use the following URL:
http://<platform-host>:<webinterface-port>/webapi/<version>/workflow-groups/<key>
Example - Workflow group status information
$ curl -X GET "http://localhost:9000/webapi/v1/workflow-groups/MZ1290428859250" -u mzadmin:dr
Response
See the following example of content that is included in the HTTP response:
Example - Response content including status information for a specific workflow group
<workflow-group> <last-action-type>STARTED</last-action-type> <manual-mode>false</manual-mode> <state>RUNNING</state> <member> <key>MZ1290001265088_1</key> <name>Default.disk.workflow_2</name> <type>BATCHWFINSTANCE</type> </member> <member> <key>MZ1290001112344_1</key> <name>Default.disk.workflow_1</name> <type>BATCHWFINSTANCE</type> </member> <key>MZ1290428859250</key> <name>Default.disk_grp</name> </workflow-group>
Next: