we have a process that runs automatically based on a daily timer we are us

we have a process that runs automatically based on a daily timer
we are using a constant to check if its 5:00 am then the process runs , we noticed that whenever we save and publish, the model run - is there a reason why this is happen

OriginalPostID-185049

OriginalPostID-185049

  Discussion posts and replies are publicly visible

Parents
  • This is standard behavior. What I have done to avoid this is to place a decision node at the very beginning of the process - toggle a Boolean constant to false when you are working on the model, use this in the decision node to decide whether to continue on the normal process flow or to End directly. Once the model is published, flip the constant back to true so the normal flow will be executed at the desired run time. Alternatively, in the decision node you can always check that the run time is within a minute or so of the target run time - if not, flow to an end event.
Reply
  • This is standard behavior. What I have done to avoid this is to place a decision node at the very beginning of the process - toggle a Boolean constant to false when you are working on the model, use this in the decision node to decide whether to continue on the normal process flow or to End directly. Once the model is published, flip the constant back to true so the normal flow will be executed at the desired run time. Alternatively, in the decision node you can always check that the run time is within a minute or so of the target run time - if not, flow to an end event.
Children
No Data