Get Inspire insights from former attendees in our AMA discussion thread on Inspire Buzz. ACEs and other community members are on call all week to answer!

Alteryx Server Discussions

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

How to run private gallery workflow from command line?

hroderick-thr
11 - Bolide

I like using the gallery for source control but am stuck on how to run gallery workflows from our enterprise scheduling system (Control-M)

 

For workflows saved as yxmd files, I start them using command line.

I need to know how to reference a yxmd stored in gallery in command line

 

From the Alteryx documentation below how might MyWorkflow.yxmd be coded for a workflow stored in our private gallery?

 

 

Workflows

3 REPLIES 3
patrick_mcauliffe
14 - Magnetar
14 - Magnetar

You may want to check out some posts written by @SteveA .

Especially this one which I believe addresses your question: https://community.alteryx.com/t5/Engine-Works-Blog/Intro-to-the-Server-command-line/bc-p/21242#M424

hroderick-thr
11 - Bolide

Thanks for the lead @patrick_mcauliffe 

 

Deep into the blog was a reference to the gallery api https://gallery.alteryx.com/api-docs/#!/workflows.json/EnqueuePOST

which looks promising, but pretty far past my current skillset.

 

I will shift my search to looking for gallery api examples.

hroderick-thr
11 - Bolide

I found this https://vimeo.com/142280671  and it helped me enough that I should be enough get done what I need.