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
  • okay Stefan I understood what you are saying.. so in development you mean after changing the constant value I have to republish the process in order to pick the latest value ryt ?

    And also does that also applies to other settings of Node like delete after property ? it will not pick the value if we are giving it from constant ? and what are other fields that won't reflect if we are using the constant and changing it ?

    Thanks for your guidance and help really appreciate.

Children