feelin icon indicating copy to clipboard operation
feelin copied to clipboard

Adding time to duration doesn't create the same result as adding duration to time

Open par-shd opened this issue 5 months ago • 1 comments

Describe the Bug

Addition of time and duration types should create a time type (See Camunda docs). If the first and second argument of addition are time and duration types, the result is as expected. But if the first and second argument of addition are duration and time (the reverse order of the previous situation), the result becomes a number.

Steps to Reproduce

See playground

Expected Behavior

If the first and second argument of addition are duration and time, the result should be a time.

par-shd avatar Jan 23 '24 20:01 par-shd