15.1.2 Response JSON Parameters
This section provides the list of parameters in the JSON Response.
Table 15-3 POST JSON Response
| Name | Type | Description |
|---|---|---|
processInstanceID | STRING | Process Instance ID of the PMF Execution |
status | STRING | Status of the PMF Execution |
Response JSON Sample
{ "processExecutionStatus": [ { "process_instance_id": "1658311255081_fa6a579a-d2f2-4455-8be3-f8b35022ba7f", "status": "RUNNING" }, { "process_instance_id":"1706599081911_2927df7b-6aa5-4b72-b7a2-d66b5dbe80c4", "description":"Error Occurred while Processing. Please retry.", "status":"FAILED" } ] }