Uploaded image for project: 'camunda BPM'
  1. camunda BPM
  2. CAM-6863

I can query the Historic Decision Instance Statistics of a DRD

    XMLWordPrintable

Details

    • Feature Request
    • Resolution: Fixed
    • L3 - Default
    • 7.6.0, 7.6.0-alpha6
    • None
    • engine

    Description

      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_

      mgm-controller-panel

        This is the controller panel for Smart Panels app

        Attachments

          Issue Links

            Activity

              People

                Unassigned Unassigned
                philipp.ossler Philipp Ossler
                Votes:
                0 Vote for this issue
                Watchers:
                2 Start watching this issue

                Dates

                  Created:
                  Updated:
                  Resolved:

                  Salesforce