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
1 reply
Subscribers
6 subscribers
Views
1510 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Process
I'm trying to configure a process model to run on 1st day of every qua
skumar
over 10 years ago
I'm trying to configure a process model to run on 1st day of every quarter.
To achieve this, I've configured a timer in the Start Event of the process model as follows:
1. Timer Recurrence
--> set to "Monthly" with "Repeat this task" set to "On day 1 of every 3 months"
Now what value should I set for "Scheduled Delay" so that my process runs on 1st day of next quarter (i.e. 1st April 2015 9:00 AM)
Thanks,
Sandeep
OriginalPostID-141617
OriginalPostID-141617
Discussion posts and replies are publicly visible
0
Stefan Helzle
A Score Level 3
over 10 years ago
Something like this
=if(ri!month> 8, 1, ceiling(ri!month + 1, 3))
should give you the first month of the next quarter. Combined with a datetime() should be what you need.
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel