We were wondering if it was possible to retrieve the workflows that are saved on the Gallery.
The reason for this is that there is a handy xml parser tool that allows you to parse the xml of an Alteryx workflow to give you tool details such as:
Input tool - [database where the data is coming from]
Formula tool - [what formulas are used]
Output tool - [database where the data is going]
The workflows that are saved on the Gallery however are stored in the MongoDB, but I assume that to download or run a workflow from the Gallery that there is a method of retrieving the workflow from the Mongo and converting it to its original form.
Does someone know the tool or method that is used to do this so that we might replicate it to pull off all of our workflows on the gallery and then analyse them using the above mentioned xml parser?
Many Thanks in advance.
Oli