AT:
- when I evaluate a process reports where I view the process instances duration, I get all duration operations returned (min, max, average, median)
- the new evaluation result structure of the single process duration map report looks as follows:
{ // ... result: { "2017-11-01T00:00:00": {"min": 12, "max": 50, "avg": 30, "median": 25}, "2017-11-02T00:00:00": {"min": 5, "max": 56, "avg": 32, "median": 22}, .... } }
- the new evaluation result structure of the single process duration number reports looks as follows:
{ // ... result: {"min": 12, "max": 50, "avg": 30, "median": 25} }
- the rest api documentation is adjusted accordingly
- in the upgrade script the restructuring is taken care of
This is the controller panel for Smart Panels app
- mentioned in
-
Page Loading...