File tree Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -458,6 +458,8 @@ or from your kernel::
458
458
:ref: `components documentation <components-di-compiler-pass >` for more
459
459
information.
460
460
461
+ .. _tags_additional-attributes :
462
+
461
463
Adding Additional Attributes on Tags
462
464
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
463
465
Original file line number Diff line number Diff line change @@ -366,6 +366,17 @@ name.
366
366
* ``workflow.workflow ``: all workflows;
367
367
* ``workflow.state_machine ``: all state machines.
368
368
369
+ Note that workflow metadata are attached to tags under the
370
+ ``metatdata `` key, giving you more context and information about the workflow
371
+ at disposal. You can learn more about
372
+ :ref: `tags attribute <tags_additional-attributes >` and
373
+ :ref: `storing workflow metadata <workflow_storing-metadata >`
374
+ in their dedicated sections.
375
+
376
+ .. versionadded :: 7.1
377
+
378
+ The attached configuration to the tag was introduced in Symfony 7.1.
379
+
369
380
.. tip ::
370
381
371
382
You can find the list of available workflow services with the
@@ -1032,6 +1043,8 @@ The following example shows these functions in action:
1032
1043
<span class="error">{{ blocker.message }}</span>
1033
1044
{% endfor %}
1034
1045
1046
+ .. _workflow_storing-metadata :
1047
+
1035
1048
Storing Metadata
1036
1049
----------------
1037
1050
You can’t perform that action at this time.
0 commit comments