I have a time sensitive process with several steps done by different people. I added a timer when the process starts, so that after let's say 5 days, it will email a person to remind them that the deadline is coming.
But if the process completes earlier (the end stage is reached), the time remains active, so it will basically trigger no matter what.
Is there a way I can either force that timer to cancel/complete automatically once a final task is achieved or is there a variable I can read so it doesn't continue further?