Hi everyone,
I’m encountering a strange issue with a Looping node in my workflow. Most of the time, it works perfectly, but sometimes it seems to “finish” without actually executing the nodes connected to the “Done” output. The workflow itself completes without any errors, but the final steps that should run after the loop are skipped.
I’ve checked the execution logs, and it appears the loop processes all the items, but the “Done” branch is simply not triggered in these specific instances.
Has anyone experienced this before? I’m trying to understand what could cause the “Done” branch to be skipped intermittently.
Things I’ve already checked:
- There are no “Continue on Fail” settings within the loop that might be causing an early exit.
- The nodes within the loop appear to be outputting data for each item.
- I’m not intentionally ending the workflow within the loop.
It always works if I trigger manually. Only on schedule, the problem occurs.
n8n Version 1.101.1

