I have a data flow task in a package that tests the format of a currently selected Excel workbook. It looks for a worksheet with a specified name. If no worksheet of that name is present, the data flow tasks fails.
In the development environment the 'failed' precedence constraint is followed when the data flow tasks fails. When the package is deployed, the progress reporting displayed by DTExecUI indicates that the data flow task is still, corectly, failing. However, the 'success' precedence constraint is followed.
Any idea what is happening?