File tree Expand file tree Collapse file tree 2 files changed +19
-0
lines changed
_images/components/workflow Expand file tree Collapse file tree 2 files changed +19
-0
lines changed Original file line number Diff line number Diff line change @@ -65,6 +65,25 @@ files and ``PlantUmlDumper`` to create the PlantUML files::
65
65
Styling
66
66
-------
67
67
68
+ You can use ``--with-metadata `` option in the ``workflow:dump `` command to include places, transitions and
69
+ workflow's metadata.
70
+
71
+ The DOT image will look like this :
72
+
73
+ .. image :: /_images/components/workflow/blogpost_metadata.png
74
+
75
+ .. note ::
76
+
77
+ The ``--with-metadata `` option only works for the DOT dumper for now.
78
+
79
+ .. note ::
80
+
81
+ The ``label `` metadata is not included in the dumped metadata, because it is used as a place's title.
82
+
83
+ .. versionadded :: 6.4
84
+
85
+ The ``--with-metadata `` option was introduced in Symfony 6.4.
86
+
68
87
You can use ``metadata `` with the following keys to style the workflow:
69
88
70
89
* for places:
You can’t perform that action at this time.
0 commit comments