Describe the problem/error/question
I have a workflow, that forks at some point but then, I want to use a single API call. The problem I face - if only one from the two branches executes, the API call doesn’t execute - it waits for the other branch also. Is there a way to avoid such behavior?
What is the error message (if any)?
Please share your workflow
Share the output returned by the last node
Information on your n8n setup
- n8n version: 1.42.1
- Database (default: SQLite): PostgreSQL
- n8n EXECUTIONS_PROCESS setting (default: own, main):
- Running n8n via (Docker, npm, n8n cloud, desktop app): Docker
- Operating system: Ubuntu