Free Trial

Dev Space

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

Run chained workflows using API

NPatryC4
6 - Meteoroid

Hi,

I looked across the community but didn't find any answer to this question :


How can I run a chained workflow from first to last step using the API ?

 

When I get the workflow information I get :

{
    ...
    isChained: true,
    ...
}

 

Then, I can run the first step using POST on /v1/workflows/{appId}/jobs/ and obtain a job with its id and outputs.

But now I'm stuck, how can I run the next step ?

 

Please let me know if there is any missing information.

 

Regards.

10 REPLIES 10
esoden
8 - Asteroid

Workflow Admin Manager has a new feature that gives you a GUI to chain workflows together. It does everything via the API/SDK and has a one-to-many set of options so if one workflow finishes it can kick off 3 more (or whatever you need).  For complex situations, we needed a way to start, monitor, and then take action upon success/failure. It didn't exist so we built it! https://capitalizeconsulting.com/workflow-admin-manager/