Hi, I have several loops and sub loops (and sub sub loops) in my tasks, so I can't put error handling inside each of my loops... I would end up with a mess of error handling blocks that would be nightmare to work with. I want to contain my entire task inside a single error handling block.
Do you acknowledge that this is a bug? Will you be trying to fix it?
When it continues to loop through after an error has occurred, does it actually perform any of the operations in the task or is it just looping through and not doing anything?
It seems to me that it isn't actually doing anything other than looping without performing any actions. If this is the case, it is not a big deal if you don't have too many loops... but in my case I have 10,000 loops so it wont stop until it goes through all 10,000 loops... which may take a minute or so. That's too long to wait.
Thanks for looking in to this, I look forward to a fix being implemented!
Tyler
|