Describe the problem/error/question
When I trigger the workflow the switch node detects ‘Nina’ as the input and routes to the Nina output and from there to the wait node. The wait node does start running, but the connection back to the loop node gets green right away and the wait loop never stops.
Without the wait node the loop ends up in an endless loop providing always the first input item.
When I execute the same workflow oin an instance running version 2.15.0 I have no problem and it does run as expected - loop over provided items and wait each loop cycle.
What is the error message (if any)?
No error message
Please share your workflow
Share the output returned by the last node
Expected is a loop over the input (Nina, Mario) and then done .
Information on your n8n setup
- n8n version: Version 2.16.1 - Community Edition
- Database (default: SQLite):
- n8n EXECUTIONS_PROCESS setting (default: own, main):
- Running n8n via (Docker, npm, n8n cloud, desktop app):
- Operating system:
No further information as the platform gets provided by a training center.
