I have built a workflow that queries our Prod Alteryx server via the API and downloads all the workflows, then unzips them to extract the XML. This is so that we can index the XML and look for connection strings to databases for impact analysis. Its not a complex workflow, it authenticates to the server, gets a list of workflows, gets a list of users, and then it joins it all up and splits it into blocks of 10. The individual rows, containing 10 workflow ID's concatenated together are then sent to a batch macro, the macro then flips the 10 concatenated ID's back to 10 rows, gets a fresh authentication token (as a token is only valid for an hour) and then downloads those 10 workflows.
About half an hour after I started running it on our dev server (thank goodness I did it there first!) and I now cant get to the Alteyrx webpage, I get this error:
{"data":null,"exceptionName":"UnknownException","innerExceptionMessage":"","message":"Unknown error.\u000aNullReferenceException\u000aRequestID: c5bc116e1e504910a7a444c66fb47e0d"}
I really cant see whats wrong, any ideas?
It suddenly fired back into life! Website is back up and running, the workflow has downloaded 400 odd out of 600 so far and is still running
User | Count |
---|---|
3 | |
1 | |
1 | |
1 | |
1 |