Describe the problem/error/question
I have an existing workflow that is already mostly working. Current behavior: I drop a file into Folder 1. The workflow processes that file. The processed/new file goes to Folder 2. The original file gets moved to Folder 3. The problem: Right now, this only works properly if I place one file at a time into Folder 1. If I drop 2, 3, or more files into Folder 1 at the same time, the workflow tries to process them all simultaneously, which causes the workflow to take the 2 or 3 or however mnay files and combines the results of all the files into one big file. What I want: I want to be able to drop multiple files into Folder 1 at once. The workflow must not process them all in parallel Instead, it should treat Folder 1 like a queue and process the files strictly one at a time, in sequence. Only after one file has fully completed the workflow should the next file begin processing. PLease can anybody help me with this?
What is the error message (if any)?
Please share your workflow
(Select the nodes on your canvas and use the keyboard shortcuts CMD+C/CTRL+C and CMD+V/CTRL+V to copy and paste the workflow.)
Share the output returned by the last node
Information on your n8n setup
-
n8n version: latest version
-
Database (default: SQLite):
-
n8n EXECUTIONS_PROCESS setting (default: own, main):
-
Running n8n via (Docker, easypanel, ngrok and hetzner.
-
Operating system: windows 11
