By default the script will execute one item a time, which is safer for keeping track of where something left off. However for performance reasons it might be useful to have the script operated on 10, 20 50 items at a time. In order to support that, we would need a way for the part that keeps state of what was completed, to not get confused by batch within a batch operations.
Closed: works as designed
1.0
Code