-
Feature Request
-
Resolution: Fixed
-
L3 - Default
-
None
-
None
There exists an API to create a report about the duration of completed process instances:
AT:
- HistoryService#createHistoricProcessInstanceReport() exists
- possible filter options are: startedBefore, startedAfter, processDefinitionIdIn, and processDefinitionKeyIn
- when executing the report it is possible to set a period unit to define the report granularity:
historyService .createHistoricProcessInstanceReport() . ... .duration(MONTH);
- if authorization is enabled, the following authorization is needed:
Permission: READ_HISTORY, Resource: PROCESS_DEFINITION, ResourceId: * - corresponding REST API exists
This is the controller panel for Smart Panels app
- is related to
-
CAM-5247 I can read documentation on the process engine reporting API
- Closed