Skip to main content
November 28, 2024
Question

Timer not triggered

  • November 28, 2024
  • 2 replies
  • 0 views

I have a timer process, where the timer configured as following:

Timer condition is a environment constant, and we a switch in UI where user can change the constants value from false to true or from true to false, to decide whether they want the timer process run

It has been working fine, but today when I  turn on the switch, which mean I changed the value of the constant from false to true, the timer process is not triggered

Can anyone advise?

    2 replies

    yashaswik205624
    April 11, 2025

    If you make the constant changes manually, then you need to publish the process model that mapped into.

    then it will work.

    stefanhelzle0001
    April 11, 2025

    Time conditions in start nodes are evaluated only at deployment time.

    Change the design by removing the condition to run the process always, then add a XOR to cancel it in case users don't need it.