-
Feature Request
-
Resolution: Fixed
-
L3 - Default
-
None
AT:
- it is possible to create a HistoricActivityInstanceQuery: `historyService.createHistoricActivityQuery()`
- it is possible to query after:
- per default it filters after the number of unfinished activity instances
- `historicActivityInstanceQuery.includeFinished()`: includes the number of finished activity instances
- `historicActivityInstanceQuery.includeCanceled()`: includes the number of canceled activity instances
- `historicActivityInstanceQuery.includeCompleteScope()`: includes the number of activity instances, which completes a scope (ie. consumes a token and does not produce a new token)
- returns a statistic which contain the following attributes:
- `activityId`: the activity id
- `instances`: the number of all unfinished activity instances of the activity
- `finished`: the number of all finished activity instances of the activity
- `canceled`: the number of all canceled activity instances of the activity
- `completeScope`: the number of all activity instances which completes a scope
This is the controller panel for Smart Panels app
[CAM-1659] As Dev I can get statistics about historic activity instances for a specific process definition id
Component/s | New: engine [ 11656 ] |
Fix Version/s | New: 7.1.0 [ 12891 ] |
Rank | New: Ranked higher |
Description |
Original:
AT: * it is possible to create a HistoricActivityInstanceQuery: `historyService.createHistoricActivityInstanceQuery()` * it is possible to query after: * `historicActivityInstanceQuery.includeFinished()`: includes the number of finished activity instances * `historicActivityInstanceQuery.includeEndedProcessInstance()`: includes the number of activity instances which have ended a process instance * returns a statistic which contain the following attributes: * `activityId`: the activity id * `instances`: the number of all unfinished activity instances of the activity * `finishedInstances`: the number of all finished activity instances of the activity * `endedProcessInstances`: the number of all activity instances which have ended process instances of the activity |
New:
AT: * it is possible to create a HistoricActivityInstanceQuery: `historyService.createHistoricActivityInstanceQuery()` * it is possible to query after: * per default it filter after the number of unfinished activity instances * `historicActivityInstanceQuery.includeFinished()`: includes the number of finished activity instances * `historicActivityInstanceQuery.includeEndedProcessInstance()`: includes the number of activity instances which have ended a process instance * returns a statistic which contain the following attributes: * `activityId`: the activity id * `instances`: the number of all unfinished activity instances of the activity * `finishedInstances`: the number of all finished activity instances of the activity * `endedProcessInstances`: the number of all activity instances which have ended process instances of the activity |
Labels | New: History |
Rank | New: Ranked higher |
Status | Original: Open [ 1 ] | New: In Progress [ 3 ] |
Assignee | New: Roman Smirnov [ smirnov ] |