Ok, please upgrade as we have fixed this issue.
We upgraded. Whether or not it fixes the problem is yet to be determined but upgrading should not be the solution to things like this. The reason? Because upgrading broke 3 other tasks that have been running reliably for some time. In some cases it appears that it added additional flow events to my tasks.
For instance:
JOB X:
Task1:
On Error, Goto Tasks ERROR
On Success, If output not equal '0' (Int64) - Goto Task DATA COLLECTION
On Complete, Stop Task
It seems that the upgrade added an additional On Success flow that said Continue with next task... which caused tasks to run that should not have alerting to error conditions when none existed... so even if the 1st success didn't jump the 2nd success caused the on complete to not stop the flow.. and downstream tasks continued to fire.
We removed the 2nd On Success and ran the job succesfully. I opened it back up a few minutes later and the second On Success had returned.
This is not the first time an upgrade has broken tasks for us... and "upgrade" will no longer be accepted as a solution.