This Windows command-line application generates a diagram representing the push actions in workflow, from a collection of remedy objects defined in a file or in a directory containing multiple files (the output of ARSexporter can be used).
A diagram definition in .dot format is created, and if the Graphviz software is present (in the usual location, C:/Program Files/ATT/Graphviz/bin) three PNG files are produced (using three different methods: neato, dot, twopi).
Note that the program might stop without producing any output if it encounters an object definition that it doesn't understand (it works on a fresh server, but it's very likely that more complex workflow can't be processed with the current logic).
In case msvcr80.dll is missing in your system, you can get it from microsoft.com.
C:\>arsdataflow.exe objects.xml Processing XML definition file C:\objects.xml [2786 objects] Creating .dot file C:\push-actions.dot c:\Program Files\ATT\Graphviz\bin\neato.exe C:\push-actions.dot -Tpng -oC:\push-actions.png c:\Program Files\ATT\Graphviz\bin\dot.exe C:\push-actions.dot -Tpng -oC:\push-actions2.png c:\Program Files\ATT\Graphviz\bin\twopi.exe C:\push-actions.dot -Tpng -oC:\push-actions3.png