7.1.2 Response JSON Parameters
This section provides the list of parameters in the JSON Response.
Table 7-3 POST JSON Response
Name | Type | Description |
---|---|---|
processInstanceID | STRING | Instance Id of the Process being aborted |
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 7-4 Possible Status Codes
Status Code | Description |
---|---|
200 | Process is aborted |
200 | Process is already completed or failed, so the process cannot be cancelled |
200 | Process Instance ID is not passed |
500 | Not valid request |
401 | Unauthorized request |
Response JSON Sample
{
"message": "Process instance id is not passed",
"status": false
}