7.1.2 Response JSON Parameters
This section provides the list of parameters in the JSON Response.
Table 7-3 Table: POST JSON Response
Name | Type | Description |
---|---|---|
processInstanceID |
STRING | Instance Id of the Process being executed |
stopExecutionFlag |
STRING | Flag indicates if the execution stopped due to internal failure |
processStatus |
STRING | It indicates if the process execution has started Successfully/Failed |
processID |
STRING | Process ID of the Run Pipeline |
workflowStatus |
STRING | Status of the process execution |
lastActivity |
STRING | It is the next activity ID in the process to be executed |
responseJSON |
STRING | Response of a particular task, if any |
responseStatus |
STRING | Rest API standard status |
Response JSON Sample
{
"payload": {
"processInstanceID": "1634536080515_3f80680b-3276-42ac-a41c-a573d0697c23",
"stopExecutionFlag": false,
"processStatus": "SUCCESS",
"processID": "1634536080515",
"workflowStatus": "COMPLETED",
"lastActivity": "Job_1583994521890",
"responseJSON": "",
"responseStatus": "SUCCESS"
}