Active IQ Unified Manager Discussions

How to get the Job Status of a workflow being executed using REST

shariq_aijaz
2,454 Views

Hi,

In case we call a workflow using REST, how can we get the Job Status of the running Workflow for reporting / monitoring.

Regards

Shariq

1 REPLY 1

sinhaa
2,454 Views

You can use the REST API :  /workflows/{workflow_uuid}/jobs/{job_id} to obtain the status of the workflow execution job.

The Rest API : /workflows/{workflow_uuid}/jobs will return the job object it created which can be used to obtain the job_id.

If this post resolved your issue, help others by selecting ACCEPT AS SOLUTION or adding a KUDO.
Public