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!

Alteryx Designer Desktop Discussions

Find answers, ask questions, and share expertise about Alteryx Designer Desktop and Intelligence Suite.

Can I call a published workflow from either a CReW ListRunner or RunEvents command?

john_watkins
11 - Bolide

We have a scenario where we have broken a workflow into three pieces.  Each piece can be run independently and the main job runs all three pieces.   We currently have a list runner (via CReW) that calls all three pieces from a conditional list runner to ensure that if one piece fails, the others do not execute.

 

Can you call processes from the Gallery using this method?    We are struggling with version control at the moment because the only piece that is published is the one with the call to the list runners and the other workflows are just saved on a shared drive.  It would be nice to be able to publish them as well to take advantage of server version control and call the version stored on the server from the ListRunner or Event commands.   Is this possible?

1 REPLY 1
dougperez
12 - Quasar

Why don't you call the workflows using the alteryx server API/download tool?

https://community.alteryx.com/t5/Alteryx-Server-Discussions/Alteryx-Workflow-called-via-Server-API-w...

 

Labels