10.1.2 Response JSON Parameters
This section provides the list of parameters in the JSON Response.
Table 10-3 POST JSON Response
Name | Type | Description |
---|---|---|
processInstanceID | STRING | Instance Id of the Process being resumed |
message | STRING |
It indicates the process message description For example: Process is already running |
status | STRING |
Status of the process execution · Success: True · Failed: False |
Table 10-4 Possible Status Codes
Status Code | Description |
---|---|
200 | Process is resume |
200 | Process is already running |
200 | Process is already completed, so the process cannot be resumed |
400 bad request | Process Instance ID is not passed |
500 | PMF Execution service issue |
401 | Unauthorized request |
Response JSON Sample
{
"message": "Process is Resume",
"status": true
}