Closed MaheshkumarSundaram closed 1 year ago
Hi @ralphhanna
Issue: endedAt for a Boundary Event is null instead of the actual end date & time after it's execution.
endedAt
null
Expected Behaviour: endedAt should have an actual end date & time after it gets executed
Actual Behaviour: endedAt is null after it gets executed
Example:
Here, you can see the boundary timers get executed. But their endedAt value for the items are null in MongoDB.
But, in the other case
Here the boundary timers are not executed or cancelled. In this case, endedAt values for the items have actual date & time.
Could you please look into this?
Thank you.
Fixed in release 1.3.28
Thanks
Thank you @ralphhanna
Hi @ralphhanna
Issue:
endedAt
for a Boundary Event isnull
instead of the actual end date & time after it's execution.Expected Behaviour:
endedAt
should have an actual end date & time after it gets executedActual Behaviour:
endedAt
isnull
after it gets executedExample:
Here, you can see the boundary timers get executed. But their
endedAt
value for the items arenull
in MongoDB.But, in the other case
Here the boundary timers are not executed or cancelled. In this case,
endedAt
values for the items have actual date & time.Could you please look into this?
Thank you.