I have an Alteryx workflow scheduled to run twice a week, and it typically takes around 1.5 hours to finish. The issue is that I only get notified of an error after the entire workflow completes. Since the workflow has multiple inputs running within the same pipeline, is there a way to get notified immediately when any individual input or node fails—instead of waiting for the full workflow to finish?
Solved! Go to Solution.
Hi @SC_ ,
Yes, you can enable this option in the workflow. This will stop the workflow when the first error occurs.
Best,
Fernando
thank you! made the changes accordingly in my workflow!