Gallery _Worker
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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
- Labels:
- Gallery
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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