Hi All, I have configured a process model Start Event with Timer recu

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