Uploaded image for project: 'Camunda Optimize'
  1. Camunda Optimize
  2. OPT-6135 KPI Overview Prototype
  3. OPT-6155

Modify endpoint to return kpi information the process overview response dto

    XMLWordPrintable

Details

    • Not defined

    Description

      For the purpose of retrieving the processes and their corresponding KPIs on the process overview page the endpoint we have to retrieve process overview information has to be updated. The endpoint should now have the following structure:

      GET process/overviews
      
      {
      “name”: someName,
      “owner”: someOwner,
      "processDefinitionKey": someKey,
      “kpis”: [
        {
          "reportId": "12312312312"
          “reportName”:somename3     
          “value”: somevalue3
          “target”: sometarget3            
          “isBelow”:  true
          type: "<quality/time>",
          measure: "<frequency/duration/percentage>",
        },   
      ]
      

      ATs:

      • everyone who has access to the process can see the existent processes
      • the rest api docs has been updated

      mgm-controller-panel

        This is the controller panel for Smart Panels app

        Attachments

          Issue Links

            Activity

              People

                Unassigned Unassigned
                andromachi.rozaki Andromachi Rozaki
                Votes:
                0 Vote for this issue
                Watchers:
                1 Start watching this issue

                Dates

                  Created:
                  Updated:
                  Resolved:

                  Salesforce