Hi @anburaja,
Unfortunately, the addtoqueue command-line option does not currently accept external configuration for the target module/package. If the module needs configuration, you'll have to provide a default value for the configurable options when you submit the job for execution. One suggestion is to wrap the module in another Alteryx module that provides the configuration, another is to use a chained app.
Best,
Steve A.
Hi @ SteveA
How do I command-line schedule the same Alteryx Module multiple times with different inputs? The same alteryx module should run parallelly with different inputs through a command line scheduler.
Thanks,
Anbu
Hi @anburaja,
In addition to the Scheduler, do you have the Gallery running as well? If so you can use the Gallery's public API to queue an app for immediate execution along with answers to the app's questions. This execution path has the same outcome as using addtoqueue on the command line, but with the added benefit of configuring the app more completely prior to execution. The Gallery API can be driven from an Alteryx module via the Download Tool.
If you don't have Gallery, then we'll have to devise a workaround (there are several possible options). I'm pulling @MattH into the conversation to see if he has any suggestions before getting too deep.
Best,
Steve A.
Hi @anburaja,
Here's a couple of suggestions, thanks to @KoryC and @GaryS for lending a hand: