15.1.2 Response JSON Parameters
This section provides the list of parameters in the JSON Response.
Table 15-4 POST JSON Response
| Name | Type | Description |
|---|---|---|
objectID |
STRING | Object Id of the Process being Rerun |
newObjectID |
STRING | New Object 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 15-5 Possible Status Codes
| Status Code | Description |
|---|---|
| 202 ok | Successful response (a new process instance id will be shared for rerun process) |
| 400 bad request | Object ID is not passed |
| 400 | New object ID is not passed |
| 400 | If an Object ID has already been registered |
| 404 | If data is not available |
| 500 | Error while fetching data |
| 500 | Failed to re-run the process. Please retry |
Response JSON Sample
{
"processInstanceId": "1661750871424_7ab3f4a7-4eef-409e-aa9c-6345bb9e4a4e",
"message": "Process has been Rerun",
"status": true
}