Skip to content

Latest commit

 

History

History
13 lines (8 loc) · 728 Bytes

File metadata and controls

13 lines (8 loc) · 728 Bytes

PloneWorkflowDefinitionToGraphviz

Simple python script to create Graphviz graph from a Plone workflow definition

Usage: python wtg.py definition.xml

Optionally you can also pass the name of a permission (for example View) to the script as second argument. Then all roles having this specified permission will be displayed as well (in the label of the corresponding state): python wtg.py definition.xml View

Output will be Graphviz graph as pdf file

Dependencies: