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 .
Solved! Go to Solution.
Hi @parul1,
Just to clarify, are you trying to implement a functionality similar to Alteryx Gallery?
Thanks,
Paul
yes but Alteryx gallery API calling the workflow which published onto the Alteryx server.
Check out the Server API documentation. The /v1/workflows/{appId}/jobs/
endpoint executes a workflow that's been published to Server.
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.