You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We have a message receive task with an attached timer boundary event. The timer is initialized with a transient process variable.
The migration fails every time if a token is on the message receive task because "updateEventTriggers" is enabled by default and the timer cannot be initialized due to the missing transient process variable.
We could switch to a persistent variable and it would work in our case because the timer is initialized with an absolute value. However, if it was a relative value the timer would start again with every migration. This would be wrong.
In both cases:
"updateEventTrigger" should be configurable in some way. Note: it is not sufficient to enable/disable it globally
The text was updated successfully, but these errors were encountered:
We have a message receive task with an attached timer boundary event. The timer is initialized with a transient process variable.
In both cases:
"updateEventTrigger" should be configurable in some way. Note: it is not sufficient to enable/disable it globally
The text was updated successfully, but these errors were encountered: