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 | Process Instance ID of the PMF Execution |
status |
STRING | Status of the PMF Execution |
Response JSON Sample
{
"processExecutionStatus": [
{
"process_instance_id": "1658311255081_fa6a579a-d2f2-4455-8be3-f8b35022ba7f",
"status": "RUNNING"
},
{
"process_instance_id": "1658313898588_cf0ed63a-8176-495b-ba15-633a33cf9d0c",
"status": "FAILED"
}
]
}