Jagat, You may want to try VizOozie, an Oozie visualization tool written in python. It generates a dot file from an Oozie workflow.xml. You can then use graphviz dot to convert it to any format:
python vizoozie/vizoozie.py example/workflow.xml example/workflow.dot dot -Tpdf example/workflow.dot -o example/workflow.pdf https://github.com/iprovalo/vizoozie Thanks, Ivan ======================================== Hi, I remember reading somewhere how to draw images like as shown on this page from xml. That was within oozie i guess. http://oozie.apache.org/docs/3.3.1/DG_Overview.html Can someone please point me to some link or command to execute. Time to document more what i read :) Thanks, Jagat Singh
