When testing, this runs perfectly. I click to execute the workflow, I see it wait, I drop a file and then it executes perfectly… and stops.
How do I get it to run forever essentially? (To be clear, not setting up a production server or anything, this is just testing, but want to see how I’d do it in general.)
You can schedule it with the schedule trigger. So let it run every minute. Or if that isnt good enough, you can let it trigger itself when it is done. Make sure to set it to not wait on subflow to complete so you dont have thousands of the same flow running
Sir, can u share how to set the node watch folder. I am using local host and run from docker desktop. I already add my local path to docker container. But when i put the files in the spesified folder, it loading for long time and didnt start the trigger.