How do you subflows in parralel? Like if i have 5 items and I want to process each at the same time?
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:
In the execute workflow node you can add the option to not wait for the subflow to complete.
You might need to update if you are on an old version though.