Status API

The Status feature provides execution status of the given process instance IDs.

End Point Details:

  • Method – POST
  • REST Endpoint - /rest-api/v1/PMFService/execute/status

Table 5-18 Request Headers

Name Type Required Value
Content-Type String Yes application/json

Request JSON Parameters:

Table 5-19 Request Body

Name Type Description
processInstanceId STRING

Process Instance ID of the PMF Execution

Request JSON Sample:

/rest-api/v1/PMFService/execute/status

{

"processInstanceIdList":[

DMI_workflow_517e7b92-175d-4190-8718-9a759298a49d",

"1660304393933_8e550687-d2df-4481-85ee-5a0737122a1e"

]

]

Response JSON Parameters:

This section provides the list of parameters in the JSON Response.

Table 5-20 Query Parameters

Name Type Description
processInstanceID STRING Instance ID of the Process being Rerun.
status STRING Status of the process execution.

Response JSON Sample:

{"processExecutionStatus":[{"process_instance_id":"PMFINV024_7fb3e9fc-fb88-4caf-9200-4691095f165b","status":"RUNNING"}]}