Skip to content

0.45.0 - Graphviz Visualizations

Choose a tag to compare

@mdrideout mdrideout released this 19 May 03:44
  • Junjo workflow graphs can now be visualized directly with graphviz
  • Every graph object can execute to_dot_notation() to generate dot notation output of the graph (compatible with any graphviz renderer)
  • Every graph object can execute export_graphviz_assets() to directly generate and export graphviz rendered assets (.svg files of the graphs / subflow graphs, .dot notation files, and a .html gallery file to display them)
junjo-screenshot-graphviz

Full Changelog: 0.44.1...0.45.0