-
Task
-
Resolution: Unresolved
-
L3 - Default
-
None
-
None
-
Not defined
Context:
In our reportevaluation IT, we often adjust flownode or userTask durations. It appears that we usually pass durationInMs as Double and then take durationInMs.longValue(). Lets adjust the duration update methods to take a Long parameter for the durationInMs value so we don't need to pass a Double.
AT:
- In all methods which update durations, we adjust the method definition to take durationInMs as Long instead of Double