I have a process where the task has two timer catch events attached. Both are configured to interrupt the task.
One interrupts the task a year from Date field captured on initial submission and routes to an end event.
The other interrupts the task 45 days after task is assigned and routes back to task to create a new one.
My understanding was that once one of the time catch events triggered and interrupted the task all other timer catch events would be interrupted as well.
But I'm seeing multiple instances where the 1 year timer triggers and interrupts the task but the 45 day timer is still active.