Unable to use the current value of constant in Start Node Appian Timer

HI All,

I am trying to schedule the start node of the process model using Timer in Appian. PFB the configuration:

I am trying to schedule it at an interval of some hour. I want this hours to be configurable so used constant rather than hardcoding it.

Now the problem I am facing is whenever I change the value it only picks the old value.

Let say the current value is 15 and if I change it to 20, it will still run after interval of 15 hour. and later if I change it to 22, it will run after 20 hours.

So I am not sure why this weird behaviour. 

anyone have notices this and anyone knows the solution to this ?

Is there a way to refresh the values before using it . or something like that ?

Thanks

  Discussion posts and replies are publicly visible

Parents Reply
  • oh so is that right way to do it ? got you.

    so what i have understand from you is it does not matter whether we are changing the constant value or not, it will pick the value with which it's deployed initially ryt ?

    if yes then my query is if I update the constant, it will pick the second last updated value. Like initially the constant value was 3, i.e. 3 hour of interval, then I changed the constant to 24 and it was still using 3 hour, but the moment I changed the constant value to 15 it start picking the value 24 and now process is running after interval of 24 hour so I am still confused with this behaviour. 

Children