We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c557dac commit 25138efCopy full SHA for 25138ef
workflow/dumping-workflows.rst
@@ -28,7 +28,10 @@ with the ``WorkflowDumpCommand``:
28
29
.. code-block:: terminal
30
31
+ # Dump the workflow
32
$ php bin/console workflow:dump name | dot -Tsvg -o graph.svg
33
+ # Dump the workflow while highlighing place1 and place2
34
+ $ php bin/console workflow:dump name place1 place2 | dot -Tsvg -o graph.svg
35
36
.. note::
37
0 commit comments