Community Spring Cleaning week is here! Join your fellow Maveryx in digging through your old posts and marking comments on them as solved. Learn more here!

Dev Space

Customize and extend the power of Alteryx with SDKs, APIs, custom tools, and more.
SOLVED

calling of workflow from webapplication(.NET)

parul1
5 - Atom

Hi,

 

I have created one workflow, which is going to store into my local drive.

 

Now i wanted to call the same workflow using my .NET application through Alteryx API.

 

There is any way to run the workflow from Javascript , API. 

 

in other words,  the user needs to navigate in chrome to the website and click on the button then the Alteryx workflow will run .

4 REPLIES 4
PaulN
Alteryx Alumni (Retired)

Hi @parul1,

 

Just to clarify, are you trying to implement a functionality similar to Alteryx Gallery?

 

Thanks,

 

Paul

parul1
5 - Atom

yes but Alteryx gallery API calling the workflow which published onto the Alteryx server.

NeilR
Alteryx Alumni (Retired)

Check out the Server API documentation. The /v1/workflows/{appId}/jobs/ endpoint executes a workflow that's been published to Server.

parul1
5 - Atom

Hi Neil,

Thanks for providing the solution. but i have downloaded Alteryx developer trial version and not getting the option to deploy the workflow onto server.

I wanted to create one sample solution with integration. can u pls guide me more.