Skip to content

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

Notifications You must be signed in to change notification settings

mbarde/PloneWorkflowDefinitionToGraphviz

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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:

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages