We need a solution to be able to sequence workflow runs in Alteryx SERVER.
We normally need to split data processing projects into various workflows, which run sequentially (workflow1 runs and produces outputs1, which are used by workflow2 as inputs to produce ouptuts3, etc.).
A typical project will consist of 3 to maybe 20 workflows, some of them taking minutes or even a few hours to run.
So far we were able to run these sequences in Alteryx DESIGNER using CReW macros, but as our projects grow in size and complexity, we really need a way to move them to Alteryx Server. Some options we’ve considered/tried unsuccessfuly:
Do you have any advice / suggestions?
Thanks
Hi @Ruben0901 ,
To run workflows sequentially on Alteryx Server, you need to leverage the Server APIs and that is exactly what is being done in that workflow orchestration tutorial.
I haven`t tested those new macros yet but I`m sure they work. Either way, it is a good starting point for you.
Here is more information about the Gallery APIs. https://help.alteryx.com/20223/server/alteryx-server-api-v3
Information about the authentication process. Mandatory reading as it shows how to enable the API for a user. https://help.alteryx.com/20223/server/server-api-configuration-and-authorization
Best regards,
Fernando Vizcaino