Email Notification when throwing error in control flow
Hi,
I have a control flow that doesn't send an email when I force an error to throw. I have a master control flow that calls two sub control flows. The sub control flows are each wrapped in Try/Catch. At the end of my master control flow, I check for prior error messages, if there is one, I force an error to be thrown. The monitor will show their was a failure, but no email is sent.
Basically I need the job to keep running on error, but I want an email sent.