Uploaded image for project: 'Camunda Optimize'
  1. Camunda Optimize
  2. OPT-5943 Time-Based Goal Setting
  3. OPT-6004

Add time goals information to the process goals endpoint

    XMLWordPrintable

Details

    • Sub-task
    • Resolution: Fixed
    • L3 - Default
    • 3.8.0
    • None
    • backend
    • Not defined

    Description

      • The endpoint for retrieving the process goals returns the saved goals
      • The endpoint also return the evaluation result of each goal as shown below
      • Users only see the processes that they are authorized to see

      Example response:

      [
        {
          "processDefinitionKey" : "process-key",
          "processName" : "Process name",
          "owner": null,
          durationGoals: {
            goals: [
            {type: 'targetDuration', percentile: '75' , value: '5', unit: 'days' }
            {type: 'slaDuration', percentile: '99' , value: '8', unit: 'days' }
            ],
            result: [
              {type: 'targetDuration',  value: '43243242342', successful: true}, // The actual duration is returned in millisecond format
               {type: 'slaDuration',  value: '213123123', successful: false} 
            ]
          }
        },
        ...
      ]
      

      mgm-controller-panel

        This is the controller panel for Smart Panels app

        Attachments

          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