Uploaded image for project: 'Camunda Optimize'
  1. Camunda Optimize
  2. OPT-2014

Return all possible operation results for duration process reports

    XMLWordPrintable

Details

    • Task
    • Resolution: Fixed
    • L3 - Default
    • 2.4.0
    • None
    • backend
    • None

    Description

      AT:

      • when I evaluate a process reports where I view the process instances duration, I get all duration operations returned (min, max, average, median)
      • the new evaluation result structure of the single process duration map report looks as follows:
        {
         // ...
          result: {
            "2017-11-01T00:00:00": {"min": 12, "max": 50, "avg": 30, "median": 25},
            "2017-11-02T00:00:00": {"min": 5, "max": 56, "avg": 32, "median": 22}, 
            ....
          }
        }
        
      • the new evaluation result structure of the single process duration number reports looks as follows:
        {
         // ...
          result: {"min": 12, "max": 50, "avg": 30, "median": 25}
        }
        
      • the rest api documentation is adjusted accordingly
      • in the upgrade script the restructuring is taken care of

      mgm-controller-panel

        This is the controller panel for Smart Panels app

        Attachments

          Issue Links

            Activity

              People

                Unassigned Unassigned
                johannes.heinemann Johannes
                Votes:
                0 Vote for this issue
                Watchers:
                0 Start watching this issue

                Dates

                  Created:
                  Updated:
                  Resolved:

                  Salesforce