9.1.2 Response JSON Parameters
This section provides the list of parameters in the JSON Response.
Table 9-3 POST JSON Response
| Name | Type | Description |
|---|---|---|
processInstanceID |
STRING | Instance Id of the Process being Rerun |
message |
STRING |
It indicates the process message description For example: Process has been run |
status |
STRING |
Status of the process execution.
|
Table 9-4 Possible Status Codes
| Status Code | Description |
|---|---|
| 200 ok | Successful response (a new process instance id will be shared for rerun process) |
| 400 bad request | Process ID or Process Instance ID is not passed |
| 500 | PMF execution service issue |
| 401 | Unauthorized request |
| 200 | Wrong Process Instance ID |
Response JSON Sample
{
"PROCESS_INSTANCE_ID": "1661750871424_7ab3f4a7-4eef-409e-aa9c-6345bb9e4a4e",
"message": "Process has been Rerun",
"status": true
}