Alteryx Server Discussions

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

Calling Alteryx Server from Command Line in ESP

patrick_mcauliffe
14 - Magnetar
14 - Magnetar

One of our users needs to be able to run Alteryx from the command line as part of a longer process running from ESP (our enterprise scheduler).

The Alteryx workflow needs to run on our server.

In order to make that happen; does this need to run on the Controller or a Worker?

Are there any risks?

My concern is with running it on the controller - would we be effectively tying up a resource needed to send jobs out to workers?

 

10 REPLIES 10
patrick_mcauliffe
14 - Magnetar
14 - Magnetar

@jineshnp31 Take a look at the Subscriptions API, specifically 

GET /v1/jobs/{jobId}/output/{outputId}/

Is that what you're looking for?