-
Feature Request
-
Resolution: Fixed
-
L3 - Default
-
None
-
None
AT:
- I can request report for finished decision instances from REST API
- Result contains:
- decision definition id
- decision definition key
- decision definition name
- decision definition version
- history time to live
- amount of finished decision instances (for current moment)
- amount of 'cleanable' finished decision instances (see Hint)
So that
- I can tune history TTL for decision definitions
Hint:
- 'cleanable' historic decision instance - those that may be removed, if we run async history cleanup HistoryService#cleanUpHistoryAsync. Basically you should use query org/camunda/bpm/engine/impl/mapping/entity/HistoricDecisionInstance.xml#selectHistoricDecisionInstanceIdsForCleanup or similar.
This is the controller panel for Smart Panels app
- is depended on by
-
CAM-7859 I can see reports about finished process/decision/case instances in Cockpit
- Closed