Can't stop testing Workflow

Describe the issue/error/question

When i try to stop Execute Workflow, it doesn’t work.
It show looping in end node
Also my multiple IF get false respond

What is the error message (if any)?



Please share the workflow

Share the output returned by the last node

Information on your n8n setup

  • n8n version: 0.158.0
  • Database you’re using (default: SQLite): POSTGRES
  • Running n8n with the execution process [own(default), main]: own
  • Running n8n via [Docker, npm, n8n.cloud, desktop app]: Docker via CapRover

This appears - if I am understanding correctly - to be an issue of flow.

For workflows created before version 1.0: n8n executes the first node of each branch, then the second node of each branch, and so on.

If you want the lower http request to not execute, then you need to position it [either physically below, as of v.2 or] logically after the stop.