Loop Node problem

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.

Hi @Nadir

Using the workflow you had provided, I see no issue

I do not see

at all. I am running fine on 2.20.6. Try upgrading your n8n to see if it helps

Thanks for confirming. As I wrote - on my company instance version 2.15.0 it does work as well as expected. So it seems to be a version issue on the instance of the service provider I am using.

Thanks for taking time.