Tool for visualising a mistral v2 workflow (openstack)
Some example of the output
python mistral_dot.py example.yaml
This will create a new png file named graph.png
.
Currently it only supports direct workflows.
Requires pydot
pip install pydot
- Some parts of the code are ugly.
- Need more comments.