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 9aeccbd commit 3a4b436Copy full SHA for 3a4b436
_images/components/workflow/blogpost_metadata.png
38.8 KB
workflow/dumping-workflows.rst
@@ -65,6 +65,21 @@ files and ``PlantUmlDumper`` to create the PlantUML files::
65
Styling
66
-------
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
80
81
+ The ``label`` metadata is not included in the dumped metadata, because it is used as a place's title.
82
83
You can use ``metadata`` with the following keys to style the workflow:
84
85
* for places:
0 commit comments