Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

Run batch Macro simultaneously

KarthikeyanB
5 - Atom

Hi

I am having a batch macro which picks data from one table and loads to another. I am passing 10 tables via control parameter to this macro. Currently this execution is happening in sequence, loading the table one by one. How Can i make it to run in parallel?

1 REPLY 1
MatthewO
Alteryx Alumni (Retired)

@KarthikeyanB this behavior is expected as a batch macro processes records from a control parameter one at a time. You could modify your workflow to have a data stream for each process and that would enable them to run simultaneously. If you have Alteryx Server, you could also explore orchestrating the workflow through the Server API. 

Labels