Tom,
I think your are talking about "what causes/is an error" and we are talking about "what should we do when an error occurs". I think we can combine those. We made a change to the window
Ok this is not working as expected, of course, because it is not looking as granular as I wish.
Lets take a simple example... Using the Delete Files Task, delete the files C:\Windows\Temp\*.*
Now depending on file locks or other permission issues it could fail on the first file it tries to delete. This means it would not even try the other files. I need enough control so that it could do this. This may require a looping control or maybe something else creative.
This will also help with passing FTP lists into variables and downloading files based off the contents of the list. Retrying maybe once if a file is locked, then moving on to the next in the list.