-
Sub-task
-
Resolution: Fixed
-
L3 - Default
-
None
-
None
-
Not defined
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
This is the controller panel for Smart Panels app
- causes
-
OPT-6244 KPI report evaluation in process overview retrieval leading to ForbiddenExceptions
- Done