-
Task
-
Resolution: Done
-
L3 - Default
-
None
-
None
-
Not defined
Context:
We want to group count related columns in the raw data report response into counts object so they can be later used on the FE to display them as a group the same way we do now for variables and flowNodeDurations.
AT:
change the raw data report api response from :
{{{}}
"processDefinitionKey": "AnalysisTestingProcess",
...
"numberOfIncidents": 0,
"numberOfOpenIncidents": 0,
"numberOfUserTasks": 1,
"flowNodeDurations": {
"AE0010G0020": {
"name": null,
"value": 0
},
...
},
"variables": {
"boolVar": "false",
....
{{ }}}
}
to :
{{{}}
"processDefinitionKey": "AnalysisTestingProcess",
...
{{ "counts": {
}}"incidents": 0,
"openIncidents": 0,
"userTasks": 1,
"flowNodeDurations": {
"AE0010G0020": {
"name": null,
"value": 0
},
...
},
"variables": {
"boolVar": "false",
....
{{ }}}
}
This is the controller panel for Smart Panels app
- is depended on by
-
OPT-7104 Adjust columns configuration for raw data report
- Ready
- links to