Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
4 replies
Subscribers
6 subscribers
Views
2318 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Process
we have a process that runs automatically based on a daily timer we are us
hussameldin seddik
over 9 years ago
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
0
Chris
over 9 years ago
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.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
hussameldin seddik
over 9 years ago
Thanks csteward , i didnt know that this is a standard behaviour
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
Chris
over 9 years ago
No problem. I'm not too fond of it either, it would be much more convenient if you could perhaps check a box to not run the model on the initial publish - but this has been the way it has always worked.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
0
gopinathreddyr
over 9 years ago
You could check the show advance options check box that is present in the set-up tab of timer.Using the new expression,validate if the current time is 5:00 AM(your scheduled time).This would not create a new instance until the expression results true
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel