Connecting workflow in alteryx designer with other customized softwares
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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!!
- Labels:
- Technology
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @Stranger
You may have more luck posting this in the dev space or server discussion forums. Short answer is this should be possible. There are APIs through Alteryx Server that can let you trigger workflows. You could also have the workflows output into the databases for these custom applications. I don't have experience in doing this past some simple proof of concepts, though.