Skip to content

Commit 25138ef

Browse files
Update dumping-workflows.rst
1 parent c557dac commit 25138ef

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

workflow/dumping-workflows.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,10 @@ with the ``WorkflowDumpCommand``:
2828

2929
.. code-block:: terminal
3030
31+
# Dump the workflow
3132
$ 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
3235
3336
.. note::
3437

0 commit comments

Comments
 (0)