Skip to content

Commit 21b89cf

Browse files
committed
minor #11594 [Workflow] Update dumping doc (noniagriconomie)
This PR was merged into the 3.4 branch. Discussion ---------- [Workflow] Update dumping doc Hi, Feature I learned while discussing on slack To go as well on 4.X, as the file changes, should i create a new PR? thank you Commits ------- 25138ef Update dumping-workflows.rst
2 parents b67227b + 25138ef commit 21b89cf

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)