⏰ webCoRE - Pause / Wait 5 / Resume -Loses Wait Time

So I have the following Piston that if my front door opens it pauses a piston for 5 mins and then resumes piston, however if the front door is opened before the timer is up it forgets the timer, and never resumes the piston

How can I rewrite this so that the timer continues or even restarts the timer upon door opening.

I think you want to look at:

https://wiki.webcore.co/Task_Cancellation_Policy

Likely. you want 'Never cancel tasks'

Thanks, that will help me with some other automations I want to do. It kinda helped with this issue, I just changed it from changes to open to changes and that seems to reset the timer which will work for my needs. Thanks again!