I have a number of processes that I need to run before I have the final process initiated. I can schedule processes for a time, but I want to run Processes 1 to 4 simultaneously, then when they are complete, I want to run Process 5 automatically using the outputs from each of the previous 4.
How do you know when processes 1 to 4 have completed? If there’s a way to know that, then you could simply crate a text file upon completion and store it in a Folder monitored by Process 5.
Hi Phil - thanks for that. Too Easy !!