Uploaded image for project: 'camunda BPM'
  1. camunda BPM
  2. CAM-12403

TimerStartEvent triggers dynamic expression on application restart

XMLWordPrintable

    • Icon: Feature Request Feature Request
    • Resolution: Unresolved
    • Icon: L3 - Default 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 is the controller panel for Smart Panels app

              Unassigned Unassigned
              andre.bappert Andre
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated: