Hmm..the Trigger react right away. I am thinking about workarounds like you could create a file in a folder or set a value. Then you could check, through a Condition is that file/value exists. Not optimal but could work.
There is a timeout value on a Trigger. You can decide what to do when it expires. Also, you could combine it with a Time Trigger. So, if your newly created file/value does not exist you could use a Condition to run another Job or Task.
Also, various Tasks have the File filter. You could use it to filter files created only within a certain date. Let say you create a separate Job that runs, through a time trigger once every day. And if it does not find any file within the date you could send an email or something.
It is hard to find a solution for this - mostly workarounds. 😒