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
3 replies
Subscribers
6 subscribers
Views
1743 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Process
Hi All, I have configured a process model Start Event with Timer recu
mohamedt808
over 9 years ago
Hi All,
I have configured a process model Start Event with Timer recurrence.Am using expression to define interval in which it has to repeat. i.e. 9 am to 12 am repeat 60 minutes once and 30 minutes once till 6 pm (I have chosen at an interval options).Also i am using some expressions in timer conditions which will return true for specified timeline and false for the other case.
But What i have found is once published the process model it keeps on running on the time gap it has found on the first execution .say i have published it on 10 am then first time it gets 60 minutes as interval and it keeps on running on 60 minutes interval even after 12 am.Also on the timeline where the timer condition will return false.
Below is the expression i am using find the time interval
if(and(hour(local(now()))>(8),hour(local(now()))<12),60,30)
and in timer condition am using below expression
if(or(and(hour(local(now()))>(9),hour(local(now()))<12),and(hour(...
OriginalPostID-161550
OriginalPostID-161550
Discussion posts and replies are publicly visible
Parents
0
mohamedt808
over 9 years ago
Timer Condition: if(or(and(hour(local(now()))>(9),hour(local(now()))<12),and(hour(local(now()))>(11),hour(local(now()))<18)))
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
mohamedt808
over 9 years ago
Timer Condition: if(or(and(hour(local(now()))>(9),hour(local(now()))<12),and(hour(local(now()))>(11),hour(local(now()))<18)))
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data