Originally from ticket #547.
I have a workflow which runs a dataflow. The workflow has a normal path and an error path exiting the dataflow. The error path moves the input file into a failure folder. I would like the error path to end by causing the workflow to fail. This will allow me to schedule the workflow and configure the notification email to "Notify only on abnormal termination". How can I force a failure of the workflow?