Are there any public interface points to generate a bitmap of an Alteryx workflow? The GUI is obviously doing some sort of rendering of the XML. Is there anything we can tap into, .NET classes or otherwise?
I am looking at various ways of generating diffs on Alteryx workflows, and doing something visual with a rendered bitmap seems like it would be in the spirit of Alteryx's general philosophy...
While I don't know the answer to your question, I wanted to make sure you've seen the command line visual diff functionality, if you haven't already.
Thanks @NeilR, I had not seen that! I wish we could get something like that outside of Designer, but I may still be able to make it work with our infrastructure. I will report back after I have a chance to play around.