Missed the Q4 Fall Release Product Update? Watch the on-demand webinar for more info on the latest in Designer 24.2, Auto Insights Magic Reports, and more!

Alteryx Server Discussions

Find answers, ask questions, and share expertise about Alteryx Server.

Gallery _Worker

vishnu_2920
7 - Meteor

Hi Community,

 

I have a requirement, I have 8 workflows in gallery and will  manually run in 8 different worker nodes. my question would be here is there is  any possibility like one Run/click  all workflows should run at a time in all 8 worker nodes.

 

 

Thanks

VIshnu 

2 REPLIES 2
fmvizcaino
17 - Castor
17 - Castor

Hi @vishnu_2920 ,

 

I can only think of using the gallery APIs to queue jobs in all workers simultaneously. 

I would suggest you start from here if you are interested in this solution. https://help.alteryx.com/developer-help/server-api-overview

 

fmvizcaino_0-1680185671961.png

This is a print screen from the interactive documentation where you could test your requests. This page may vary depending on your server version. 

 

For 22.1 version or higher, you have these macros to support your requests. https://community.alteryx.com/t5/Engine-Works/Introducing-the-Alteryx-Server-v3-API/ba-p/899228

 

Best regards,

Fernando Vizcaino

TheOC
15 - Aurora
15 - Aurora

hey @vishnu_2920 
I think the best way would be as @fmvizcaino  mentions, the API. 

However, theres a slightly easier way with the v3 runner macros:
https://community.alteryx.com/t5/Engine-Works/Server-Runner-Macros/ba-p/889767

These allow you to kick off workflows with other workflows - so you could have a single 'orchestration' workflow that you set to run, that will set all others to run.

 

Hope this helps!
Owen


Bulien