Hi everyone,
It seems like one of my forms is having a big problem with the Time Catch Event. Typically I use "Wait For" in my setup but for this form I decided to use "Wait Based on a variable", here is the setup:
Note that "Date_issued" is simply a date field that is configured to be a read-only, self-populating field, that uses "current_date" as a Default Value.
The way I expect it to behave:
24 hrs (1 day) after the "Date_issued" the form should notify the User that their task is still pending. Then remind again every 2 days, except for weekends.
The way it is behaving:
At midnight, the form starts notifying the User that the task is ready, about 7 times, sometimes more, sometimes less depending on a task. It is set to not interrupt, yet now there are repeat user tasks, for example the Devices Checklist User Task now has 7 of the same forms to process. Why is it creating duplicates?
Here is that sub process diagram (there is another User Task above, it just didn't fit, it is the same as all others):
The "Wait until Deadline" is just there to pause the process until the deadline date is reached.
My question is why is the form behaving this way? Has anyone else encountered a similar problem with "Based on a Variable"?
Thank you in advance! I have switched my Time Catch Event to "Wait For" until I can resolve this problem.