I create a *very* simple business process that simply has a Timer Start Event that is scheduled for each Monday morning at 5:00 a.m. It assigns a form that has a due date in five days. I had temporarily changed the start date to Tuesday @ 5:00 p.m. I switched it back to Monday but now I'm getting forms assigned at both times. I've checked the time on the Time Start Event and it is set to Monday. Why am I still getting a form assigned on Tuesday? There is no workflow activity. I'm stumped!
Question
Question
Process 'Timer Start Event' creating two instances - Can't figure out why?
asked on May 24, 2017
0
0
Replies
replied on May 24, 2017
I've never met this kind of issue; if you can access forms database, can you check the [cf_timers] table and see how many timers with trigger_type=StartTimer for your process?
If there are multiple timers (although this should never happen), unpublish the process should remove them all; publish the process again after that.
0
0
You are not allowed to follow up in this post.