Skip to content

Latest commit

 

History

History
29 lines (16 loc) · 546 Bytes

README.md

File metadata and controls

29 lines (16 loc) · 546 Bytes

mistral-graph

Tool for visualising a mistral v2 workflow (openstack)

Some example of the output

multiple workflow and default tasks

workflow attributes

workflow example

Usage

python mistral_dot.py example.yaml

This will create a new png file named graph.png. Currently it only supports direct workflows.

Installation

Requires pydot

pip install pydot

TODO

  • Some parts of the code are ugly.
  • Need more comments.