I've recently inherited a task that involves updating file paths and running the same workflow ~25-30 times simultaneously, with each workflow exporting a unique .yxdb. I created a batch macro to run through this process for me, however, when the macro is processing one project at a time, it's taking too much time for it to be a viable option. Essentially, the workflow is taking two inputs and using a dynamic input tool to join the spatial object to the data in the lookup CSV. These are very large files.
Is it possible to create a macro to kick off each process, having them run ssimultaneouslyas before and not wait until the previous process has finished? Using a batch macros makes it possible to complete the entire task with the push of one button, but it is taking far too long.