This tool helps you visualize, document, and understand vRO workflows with clarity. Upload your vRO workflow XML and instantly see a diagram that matches the real vRO designer, complete with icons, arrows, and details for every node.
Converts Workflow XMLs into beautiful SVG diagrams
Lists all the nodes and their properties
Monaco-powered code viewer for scripts
Clarity based UI
How to Get Workflow XML
Method 1: From vRO Package
In Orchestrator, Add your workflow to a package
Export the .package file to your computer
Rename the file extension from .package to .zip
Extract the ZIP file
Navigate to the workflow's folder inside the extracted contents
Go to elements folder and open folder named like 66b864a7-c7d9-4807-803a-a08cb6499b70
Look for a file named data (no extension) inside this folder
Rename this file to workflow.xml
Upload the file using the "Upload Workflow XML" button
Method 2: From GitHub Repository
Navigate to your GitHub repository containing vRO workflows
Go to Workflow directories
Look for files named workflow.xml inside any folder named as workflow name
Click on the file to view it
Click the Raw button to view the raw XML
Right-click and select Save As... to save the file
Upload the saved file using the "Upload Workflow XML" button
Note: Make sure the XML file follows the standard vRO workflow XML format for proper parsing.