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::
458458 :ref: `components documentation <components-di-compiler-pass >` for more
459459 information.
460460
461+ .. _tags_additional-attributes :
462+
461463Adding Additional Attributes on Tags
462464~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
463465
Original file line number Diff line number Diff line change @@ -366,6 +366,17 @@ name.
366366 * ``workflow.workflow ``: all workflows;
367367 * ``workflow.state_machine ``: all state machines.
368368
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+
369380.. tip ::
370381
371382 You can find the list of available workflow services with the
@@ -1032,6 +1043,8 @@ The following example shows these functions in action:
10321043 <span class="error">{{ blocker.message }}</span>
10331044 {% endfor %}
10341045
1046+ .. _workflow_storing-metadata :
1047+
10351048Storing Metadata
10361049----------------
10371050
You can’t perform that action at this time.
0 commit comments