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
6 replies
Subscribers
9 subscribers
Views
4824 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
General
Can we setup the timer to run at regular intervals of 15 minutes. We set the del
nitas811
over 9 years ago
Can we setup the timer to run at regular intervals of 15 minutes. We set the delay to 0 minutes due to which every time when we publish the timer starts and runs every 15 minutes after. We want it to run on the exact hour at 15 minutes intervals and not have to remember to change the delay time every time we publish the process model. What is the workaround for this?
OriginalPostID-165437
OriginalPostID-165437
Discussion posts and replies are publicly visible
Parents
0
Lakshmi Meyyappan
over 9 years ago
Maybe you can use the "delay until the date and time specified by this expression" rather than the "delay for" option. You can build an expression to take today's date and calculate the next hour, it would look something like this: datetime(year(now()), month(now()), day(now()), hour(now())+1, 0, 0)
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
Lakshmi Meyyappan
over 9 years ago
Maybe you can use the "delay until the date and time specified by this expression" rather than the "delay for" option. You can build an expression to take today's date and calculate the next hour, it would look something like this: datetime(year(now()), month(now()), day(now()), hour(now())+1, 0, 0)
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data