If a Loop contains multiple tasks and the first task errors out for any reason, by default the remaining tasks in the Loop will not execute. However, if the first task's On Error attribute was set to 'continue', then the second task in the Loop would execute. If the task's On Error attribute was set to 'setVariable:errorvariable=true', then the next task in the loop could check the value of the error variable to conditionally execute.