KNIME Send email on fail nodes

HI guys,

I currently have a workflow which reads two files and does validating and combined the two as one file. I would like to send a fail email if the file which is being read is not found or has an issue.

Is there a way to set up sending email on failed node in my workflow? 

At the moment I can only send emails if the process is successfull at the end of the last node. If it fails then no emails will be send. My main goal is to find out if the job failed or not.

 

Thank you,

Hassan.

Hi Hassan, 

Have you tried using a try-catch construct?  Have a look at the attached screenshot for how I would try to do this.