17.1.2 Response JSON Parameters
This section provides the list of parameters in the JSON Response.
Table 17-4 POST JSON Response
| Name | Type | Description |
|---|---|---|
processInstanceID |
STRING | Process Instance ID of the PMF Execution |
status |
STRING | Status of the PMF Execution |
description |
STRING | Description of the PMF execution |
runpurpose |
STRING | List of run purposes |
objectId |
STRING | Object ID of the PMF execution |
type |
STRING | Type of the pipeline |
Table 17-5 Possible Status Codes
| Status Code | Description |
|---|---|
| 200 | If process execution is successful |
| 404 | If data is not available |
| 500 | Error while fetching data |
Response JSON Sample
{
"processExecutionStatus": [
{
"processInstanceId": "1733822357497_94bc2039-9a94-4906-ad97-e2e5df1dd878",
"status": "CANCELLED",
"runPurpose": "{\"code\":\"afcs_admin\",\"name\":\"AFCS Admin App\"}",
"objectId": "1733828153618",
"type": "RUN"
},
{
"processInstanceId": "1733822357499_0430745c-1ab2-4a1f-9b9f-776fb7e21d7c",
"status": "RUNNING",
"runPurpose": "{\"code\":\"other\",\"name\":\"Other\"}",
"objectId": "test-exec-api-v2-processid",
"type": "WORKFLOW"
}
]
}