-
Feature Request
-
Resolution: Fixed
-
L3 - Default
-
None
AT:
- I can query the historic decision instance statistics of a deployed DRD by their id via ManagementService
- the statistics should include the number of evaluations grouped by decision
- I can query the statistics via Rest APi
- I can read documentation about REST API
- should work similar to ActivityStatisticsQuery
Hint
SELECT DEC_REQ_ID_, DEC_DEF_ID_ , count(*) FROM ACT_HI_DECINST group by DEC_REQ_ID_, DEC_DEF_ID_
TC1
- when
- I crate decisionRequirementDefinitionStatistics query
- then
- I can provide DecisionDefinitionID as filter criteria
- I can provide ID of decision instance as filter criteria
TC2
- when
- decision instance ID is provided as filter to the query
- then
- statistic counts only records having this ID, or having ROOT_DEC_INST_ID_ = ID_
This is the controller panel for Smart Panels app
- is depended on by
-
CAM-6849 Add DRD Definition View
- Closed