We are celebrating the 10-year anniversary of the Alteryx Community! Learn more and join in on the fun here.
Start Free Trial

Alteryx Designer Desktop Discussions

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

Download all workflows in the Gallery without using API

agabima
7 - Meteor

Is there any other way to download all the workflows saved in the Gallery without using API? I'm using version 2022.1 and API hasn't been configured yet.

5 REPLIES 5
OTrieger
13 - Pulsar

@agabima 
You be able to download one by one, by clicking on the automation it will give you the option to Run, Schedule or Download it.

agabima
7 - Meteor

Is there any other easier way to download hundreds of workflows?

sairangam
5 - Atom

Any luck in finding the solution

rfoster7
11 - Bolide

In theory, you should be able to download them using the MongoDB input and point it at the workflow app packages and/or app chunks. The packages will download as a BLOB and you'll have to use the old servicedataparser macro that came packaged with the gallery report to extract the blob in order to write it out to a file. 

 

I stopped using the MongoDB and servicedataparser once the API was onboarded, so I don't have an example to show you. And I suspect while it may work in theory, I think it will run into memory issues trying to retrieve and de-blob the workflows out of the MongoDB. Seems like a headache. 

 

KGT
13 - Pulsar

Yep, as @rfoster7 said, connecting to the MongoDB will be the other way if not using the API. I highly recommend using the API!!!

 

You may get slight issues with direct connection if the workflow is large etc. For instance, sometimes workflows are split into chunks in the MongoDB and if you are manually connecting to the DB, then you'll have to deal with this separately. Theoretically, it'll work easily, but if you have a large DB created over years and upgraded over years, then connecting directly may need some extra work.

Labels
Top Solution Authors