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 21b89cf commit bd2c2c7Copy full SHA for bd2c2c7
workflow/dumping-workflows.rst
@@ -28,9 +28,9 @@ 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
+
+ # highlight 'place1' and 'place2' in the dumped workflow
34
$ php bin/console workflow:dump name place1 place2 | dot -Tsvg -o graph.svg
35
36
.. note::
0 commit comments