Timer get value to start from expression rule of constant.



Hi, I would like to ask if is there a possibility in the process model to get the value of the timer to start from an expression rule or constant?,

My task is to create an admin page where the user can configure the cronjob like change the schedule and make it on and off on the specific page. does it have any alternatives on the process?

Thank you!

  Discussion posts and replies are publicly visible

Parents Reply
  • Be careful here! If you start a process that sits in memory indefinitely and repetitively triggers using a timer then the value inside any referenced constant will be cached and changing the value of the constant in a UI will not have any effect.

    If you want to alter this value through an admin console you'd be better of holding that value in a database and dynamically fetching it into the process. 

Children
No Data