17.1.2 Response JSON Parameters

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

Table 17-3 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

Table 17-4 Possible Status Codes

Status Code Description
200 ok 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"
        },
        {
            "processInstanceId": "1733822357497_0430745c-1ab2-4a1f-9b9f-776fb7e21d7c",
            "status": "RUNNING",
            "runPurpose": "{\"code\":\"other\",\"name\":\"Other\"}",
            "objectId": "test-exec-api-v2-processid"
        },
        {
            "processInstanceId": "1733822357497_488f9d1a-a07d-4712-88ff-67d3f3fcb727",
            "status": "CANCELLED",
            "runPurpose": "{\"code\":\"other\",\"name\":\"Other\"}",
            "objectId": "rerun3"
        },
        {
            "processInstanceId": "1733822357497_b3d7186b-9e81-42ed-9b32-6e411597aa88",
            "status": "CANCELLED",
            "runPurpose": "{\"code\":\"acs_reconcilation\",\"name\":\"ACS Reconcilation (Transient)\"}",
            "objectId": "1733823192143"
        },
        {
            "processInstanceId": "1733822357497_94bf9e79-0cf7-4703-b76c-890fd1febd48",
            "status": "RUNNING",
            "runPurpose": "{\"code\":\"fusion_erp_applications\",\"name\":\"Fusion ERP Applications\"}",
            "objectId": "1733823199934"
        }
    ]
}