Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Current »

To get status information for all workflow groups, use the following URL:

http://<platform-host>:<webinterface-port>/webapi/<version>/workflow-groups

Example - All workflow groups status information

$ curl -X GET "http://localhost:9000/webapi/v1/workflow-groups" -u mzadmin:dr

Response

See the following example of content that is included in the HTTP response:

Example - Response content including status information for all workflow groups

<workflow-groups>
 <workflow-group>
  <last-action-type>STARTED</last-action-type>
  <manual-mode>false</manual-mode>
  <state>RUNNING</state>
  <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>
 <workflow-group>
  <manual-mode>false</manual-mode>
  <state>IDLE</state>
  <member>
   <key>SystemTaskSystemLogCleaner_1</key>
   <name>SystemTask.System_Log_Cleaner</name>
   <type>TASKWFINSTANCE</type>
  </member>
  <key>SystemTaskSystemLogCleanergrp</key>
  <name>SystemTask.System_Log_Cleaner_grp</name>
 </workflow-group>
</workflow-groups>
  • No labels