Hi All,
I have a workflow where I have to run multiple SQL calls. Instead of passing them through a Dynamic Input tool sequentially one at a time, I would like to run them in parallel in order to expedite the process.
I grouped my 25 calls into groups of 5 and am running them through 5 dynamic input tools using the AMP engine. My hope was that the AMP engine would allow the calls to run in parallel, but it looks like the workflow is still feeding the calls into one dynamic input at a time.
Has anyone encountered something similar and figured out a solution?