Uploaded image for project: 'Camunda Optimize'
  1. Camunda Optimize
  2. OPT-2496 Reports that allow group by flow node distribute by assignee / candidate group
  3. OPT-3170

adjust report configurations to include distribute by assignee and candidate group

    XMLWordPrintable

Details

    Description

      AT:

      • Adjust the 'distributedBy' report configuration property to allow grouping by assignee/candidate group.
      • Evaluating a report distributed by assignee/candidate should only be possible when the report view is 'userTask' and the groupBy is 'FlowNode'

      Example evaluation result:

        {
          "instanceCount" : 5,
          "isComplete" : true,
          "type" : "hyperMap",
          "data" : [{
            "key": "approveInvoice",
            "label": "Approve Invoice",
            "value": [
              {"key": "demo", "label": "demo", "value": "124"},
              {"key": "john", "label": "John", "value": "50"}
            ]
          },{
              "key": "reviewInvoice",
              "label": "Review Invoice",
              "value": [
                {"key": "demo", "label": "demo", "value": "0"} // <-- edit: add empty distributed by result
                {"key": "john", "label": "John", "value": "20"}
              ]
          }],
        }
      

      mgm-controller-panel

        This is the controller panel for Smart Panels app

        Attachments

          Issue Links

            Activity

              People

                Unassigned Unassigned
                omran.abazeed Omran Abazeed
                Votes:
                0 Vote for this issue
                Watchers:
                1 Start watching this issue

                Dates

                  Created:
                  Updated:
                  Resolved:

                  Salesforce