Execute:
GET history/process-definition/aProcessDefinitionId/statistics?closedIncidents=true
Observed:
Currently, the closedIncidents in the result is missing.
{
"id": "anActivity",
"instances": 123,
"canceled": 0,
"finished": 0,
"completeScope": 20
}
Expected:
{
"id": "anActivity",
"instances": 123,
"canceled": 0,
"finished": 0,
"completeScope": 20,
"closedIncidents": 100
}
This is the controller panel for Smart Panels app
- is related to
-
CAM-10892 For a historic process instance, I can get the number of "closed" incidents
-
- Closed
-