-
Type:
Bug Report
-
Resolution: Fixed
-
Priority:
L3 - Default
-
Affects Version/s: None
-
Component/s: backend
-
None
Given:
The exact current progress of the event based process publish has more than one decimal digit.
When:
I read the progress from either the event process by id or List event based processes
Then:
I get multiple decimal digit results like `66.666667`
Expected:
Progress should get rounded down to one decimal digit => `66.6`