@@ -2254,16 +2254,16 @@ audit_trail
22542254
22552255**type **: ``bool ``
22562256
2257- Whether to enable automatically the :class: `Symfony\\ Component\\ Workflow\\ EventListener\\ AuditTrailListener `.
2257+ If set to ``true ``, the :class: `Symfony\\ Component\\ Workflow\\ EventListener\\ AuditTrailListener `
2258+ will be enabled.
22582259
22592260initial_place
22602261"""""""""""""
22612262
22622263**type **: ``string `` **default **: ``null ``
22632264
2264- One of the ``places `` or ``null ``.
2265- If not null and the supported object is not already initialized via the workflow,
2266- this place will be set.
2265+ One of the ``places `` or ``null ``. If not null and the supported object is not
2266+ already initialized via the workflow, this place will be set.
22672267
22682268marking_store
22692269"""""""""""""
@@ -2282,14 +2282,15 @@ places
22822282
22832283**type **: ``array ``
22842284
2285- All available places (**type **: ``string ``) for this workflow configuration.
2285+ All available places (**type **: ``string ``) for the workflow configuration.
22862286
22872287supports
22882288""""""""
22892289
22902290**type **: ``string `` | ``array ``
22912291
2292- Object(s) that is(are) supported by this workflow configuration.
2292+ The FQCN (fully-qualified class name) of the object supported by the workflow
2293+ configuration or an array of FQCN if multiple objects are supported.
22932294
22942295support_strategy
22952296""""""""""""""""
@@ -2304,12 +2305,12 @@ transitions
23042305Each marking store can define any of these options:
23052306
23062307* ``from `` (**type **: ``string `` or ``array ``) value from the ``places ``,
2307- multiple values are allowed for both ``workflow `` and ``state_machine ``
2308+ multiple values are allowed for both ``workflow `` and ``state_machine ``;
23082309* ``guard `` (**type **: ``string ``) an :doc: `ExpressionLanguage </components/expression_language >`
2309- compatible expression to block the transition
2310- * ``name `` (**type **: ``string ``) the name of the transition
2310+ compatible expression to block the transition;
2311+ * ``name `` (**type **: ``string ``) the name of the transition;
23112312* ``to `` (**type **: ``string `` or ``array ``) value from the ``places ``,
2312- multiple values are allowed only for ``workflow ``
2313+ multiple values are allowed only for ``workflow ``.
23132314
23142315.. _reference-workflows-type :
23152316
0 commit comments