Skip to content

FlashKorten/process2dot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

SUMMARY:

  • converts a hybris process definition into a graphviz 'dot' file, to be rendered into any of dot's output formats (png/svg/...)
  • only a subset of the process definition following http://www.hybris.de/xsd/processdefinition is currently supported

USAGE:

  • create 'dot' file: process2dot INPUT.xml > OUTPUT.dot
  • render directly: process2dot INPUT.xml | dot -Tpng -o OUTPUT.png
  • see example directory for input/output

LICENSE:

Distributed under the WTFPL

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages