I have a process, attached as an image to this post, in which intermediate timer events are used to remind users if tasks are not completed within X number of days.
Block T1 works fine, it reassigns the form to a user and thus triggers email notification about a new task being ready for them to complete.
Block T2 has two intermediate timers attached, one which expires after 1 days and the other after 4 days, and on expiration they send email reminders to the sys admin and manager respectively. The problem here is that, after the timer expires the emails are sent out fine, but the tasks are duplicated, so the user sees multiple copies of the same task in their inbox.
What am I doing wrong here?