hi all,
I have a process that picks up a file from a folder and does a bunch of stuff, it then deletes that file at the end. However where im stuck is how best to trigger this process from Orchestrator so that when a file writes to that folder, the process can automatically start in Orchestrator and run.
I’ve had a look into creating a smaller process that polls that folder and adds filestring to the queue then that invokes the bigger process. But then I’m still having to invoke that smaller process on a time trigger
Think I’m now having brain fog on how best to automate the process. Any ideas?