TimerStartEvent triggers dynamic expression on application restart

XMLWordPrintable

    • Type: Feature Request
    • Resolution: Unresolved
    • Priority: L3 - Default
    • None
    • Affects Version/s: None
    • Component/s: 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.

            Assignee:
            Unassigned
            Reporter:
            Andre
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: