I am using the below command to schedule a workflow. How do i pass inputs to the workflow abc.yxmc. This workflow accepts one input parameter through macro inputs.
AlteryxService.exe addtoqueue=abc.yxmc,server1,1234567890
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