I have several dataflow tasks with a sequence, and they should all find 1 or more records in their source to insert into the destination. If the destination doesnt get any records to it, the dataflow task should fail, as well as the package. The package is using a transaction, but how do I make the dataflow task fail based on the situation I just described?
↧