We would like to be able to export all workflows on our server so we can then add the XML to a drive where we use a tool to look at the impact of changes in our systems. So workflow X accesses table Y and we are going to rename a column in Table Y, we want to be able to quickly find out that workflow X uses this.
Ive used the server API before and can get it to download and unzip the files (using a python script) but as we have over 600 workflows on the server I cant automate this due to the time it takes to run and the server being setup to cancel long running jobs. Am I missing a trick here? Is there a quicker way to download all the XML workflows rather than the way I have is setup just now where it pulls in 1 at a time and takes a few seconds to download each one?