-
Feature Request
-
Resolution: Unresolved
-
L3 - Default
-
None
-
None
-
None
User story
When a process starts with a TimerStartEvents, I want the application to re-evaluate its expression sso that it reads the new value every time the application restarts.
Scenario
When having a TimerStartEvent that gets its value dynamically as the result of a spring bean expression. This works fine at the first start of the application.
However, when the value inside the spring bean changes and the application starts again (without changing the bpmn file), the new value is not read and the startEvent works with the old value.
Acceptance criteria
- TimerStartEvents re-evaluate spring bean expressions on application restart
- If a value inside a spring bean changes, the TimerStartEvent should read the new value and not re-read the old value.
This ticket was migrated to github: https://github.com/camunda/camunda-bpm-platform/issues/2418. Please use this link for any future references and continue any discussion there.