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.

Connecting workflow in alteryx designer with other customized softwares

Stranger
5 - Atom

Hey community,

I am currently working on a project which requires me to integrate workflow made on alteryx designer with other customized software. We know we can connect workflow made on alteryx designer to softwares like PowerBI, Tableau. But is there any way we can integrate workflow in designer with our own app which has a front end in java like angular??

How we will establish the data connectivity from workflow on designer to front end? 

Is there any way we can trigger the workflow running in the backend using our controls/filter present on the front end??

 

Thanks!!

 
1 REPLY 1
fmvizcaino
17 - Castor
17 - Castor

Hey @Stranger ,

 

When using hte Alteryx Server, you have access to hte Gallery APIs where you have a lot of methods to call workflows and consume its output.

https://help.alteryx.com/developer-help/gallery-api-overview

https://gallery.alteryx.com/api-docs/

 

But if you don't have access to the server, we can call alteryx workflows from the command line. If I'm not mistaken, this is limited to users that have desktop automation.

https://help.alteryx.com/20213/designer/run-workflows-command-line

 

Best,

Fernando Vizcaino