Continuous worflow "looping"

Hello, I’ve a workflow and after execute all nodes i need to return to the start trigger (webhook) to listen to other cases that are emerging, what can i do to my flow always stays in looping?

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

Hi @enzo_botoloto, welcome to the community!

what can i do to my flow always stays in looping?

You could consider calling your own webhook by simply adding an HTTP Request at the end of your workflow calling the webhook URL again. It’s also worth adding a Wait node here to avoid having your workflow run too often and thus reduce the overall load on your system.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.