I have a multi-task job that runs everyday where the first notebook in the job checks if the run should be continued based on the date that the job is run. The majority of the time the answer to that is no and I'm raising an exception for the job to fail. The issue with this is that I receive emails daily that the job has failed when it really hasn't even started. Is there a way that if the job doesn't continue past that point a failure email isn't sent?