Hello everyone
I developed a workflow and want to make sure in case source file is corrupted, it should not run or in case it runs, it shouldnot overwrite results file.
in my workflow;
1- The prevention and failure mail in "Workflow configuration - Events" works file. So if lets say source file is deleted or saved in different format, workflow doesnot execute and send the correct email. Mail contains "Workflow Execution Failed". This is working fine in my workflow.
2- In case source file format is fine however the data inside the file is deleted, hence no output is created, i want it to prevent overwriting empty data to the output file and send another mail stating that "Data Failed".
3- If everything is as expected send a "Workflow Successful" mail.
Issue 1 - Is on point 2 where workflow doesnot overwrite to the output file as I wanted however it doesnot send the "Data Failed" email.
Issue 2 - Is this mail feature working only via Alteryx Gallery? I never made it work on Alteryx Desktop.
Anyone can help me solve that please?
Mail configuration is established and working fine, i marked the company credentials and mail in the sample workflow.

Thank you in advance