41.1.2 Response JSON Parameters

This section provides the list of parameters in the JSON Response.

Table 41-3 POST JSON Response

Name Type Description
processId STRING Process ID of the PMF Execution
processinstanceid STRING Process Instance ID of the PMF Execution
response status STRING Success
payload STRING process execution
process status STRING Status of the PMF Execution
lastActivity STRING last activity of the PMF Execution
workflow status STRING status of the PMF Execution

Table 41-4 Possible Status Codes

Status Code Description
200 Success.
404 Data is not available.
500 Error while fetching data.

Response JSON Sample


{
"payload":
{
"processInstanceID":"1785158047499_37fd9c05-bb58-4201-b785-8890ce42ffbb","stopExecutionFlag":false,
"processStatus":"SUCCESS",
"processID":"1785158047499",
"workflowStatus":"COMPLETED",
"lastActivity":"start_1785158047499",
"responseJSON":"",
"responseStatus":"SUCCESS"
}
}