In Symfony 4.1 new commands were added to export to the PlanetUML1 format:
bin/console workflow:dump my_workflow --dump-format=puml | java -jar plantuml.jar -p > my_workflow.png
Nov 10, 20201 min read
In Symfony 4.1 new commands were added to export to the PlanetUML1 format:
bin/console workflow:dump my_workflow --dump-format=puml | java -jar plantuml.jar -p > my_workflow.png