We had an issue where we only wanted to re-run a particular control flow item when it failed or had an error. We did not want to do this for our Entire SSIS Package but just for a specific Control Flow Item.   Example: Inserting Data into a Staging Table and if it fails to then re-try the insert 3…