Hello,
I have several processes that need to happen in a specific order. I have three separate workflows on my canvas that are not connected. The first creates folders if they do not exist. The second, copies a few thousand files into the newly created folders. This process would error out if it tried to run at the same time or before the folders were created. The third process needs to wait until both processes above have finished as it needs to look at the newly copied files and determine which to move to a third folder. It won't be able to properly populate a list if it starts before all files have moved over. How can I force an order here while keeping Alteryx in connection with the bat file that I'll be running in each situation so it recognizes that a certain workflow is not complete until the bat file process is complete. Even if I can figure out how to make one process kick off after the one preceding it, I'm concerned that Alteryx will trigger the command prompt/bat file and think...ok, I'm done with this workflow, now I can move on (when it needs to be sure that the bat file that it triggered is actually finished and not consider firing it a completion of that first or second workflow.
Thanks in advance for any advice.
Sorry, I was going to attach a image of my workflows, but though it says the maximum attachments allowed is 5, directly below that it says "the maximum number of attachments has been reached. Maximum number of attachments allowed is: {0}. 😞