Community Spring Cleaning week is here! Join your fellow Maveryx in digging through your old posts and marking comments on them as solved. Learn more here!

Alteryx Designer Desktop Discussions

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

How to run an Alteryx workflow through Powershell script?

harshal_narkhede
6 - Meteoroid

How to run an Alteryx workflow through Powershell script, and what should be the script to schedule it?

5 REPLIES 5
WilliamR
Alteryx
Alteryx

Hello,

you will be able to do that only if you have the API option enabled though the scheduler option of Designer or if you own an Alteryx Server. If this is the case, I can help you.

 

harshal_narkhede
6 - Meteoroid

Hello @WilliamR

 

I've the API option enabled.

WilliamR
Alteryx
Alteryx

Here is a sample of code which need to be adapted to what you need.

In the .txt file you will find the argument you need to call.

 

 

al_sweets
8 - Asteroid

I'd suggest the 'Run Workflows by Command Line' Alteryx documentation here - it is relatively straight forward!

claudepromonet
6 - Meteoroid

I am in a case where I have a server with API activated. Could you please share an example of scripting this launch workflow ?

Thanks

Claude 

Labels