I have .bat files locally that are called database jobs. I would like to simultaneously run these .bat. I don’t want them to run sequentially, but to start equally. I also didn’t want the prompt to open on execution.
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:
Hey @Bruno_Braga,
Welcome to the community
We don’t really have an option to run in parallel but you may be able to use sub workflows that run the command and set it to not wait for completion (assuming you don’t care about the output).
1 Like
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.