How to develop an app to start workflow running?
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Nico67543
7 - Meteor
04-22-2024
12:29 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi guys!
I want to develop an app. And when this app runs, a workflow will be triggered.
Is it possible?
Labels:
- Labels:
- API
- App Builder
- Apps
- Server
- Workflow
1 REPLY 1
17 - Castor
04-22-2024
08:33 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
Hi @Nico67543 ,
Yes, it is possible with the Gallery APIs.
Creating a process used to be trickier, but fortunately, we can use the macro below for it.
You will have to download this tool: https://marketplace.alteryx.com/en-US/apps/418052/server-api-tool
https://help.alteryx.com/20231/en/server/api-overview.html#api-overview
You can access swagger from within your Server to do some tests before developing anything. It will look like the picture below.
The endpoint you have to use is this one: /v1/workflows/%7BappId%7D/jobs/
Best,
Fernando Vizcaino
