@@ -2254,16 +2254,16 @@ audit_trail
2254
2254
2255
2255
**type **: ``bool ``
2256
2256
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.
2258
2259
2259
2260
initial_place
2260
2261
"""""""""""""
2261
2262
2262
2263
**type **: ``string `` **default **: ``null ``
2263
2264
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.
2267
2267
2268
2268
marking_store
2269
2269
"""""""""""""
@@ -2282,14 +2282,15 @@ places
2282
2282
2283
2283
**type **: ``array ``
2284
2284
2285
- All available places (**type **: ``string ``) for this workflow configuration.
2285
+ All available places (**type **: ``string ``) for the workflow configuration.
2286
2286
2287
2287
supports
2288
2288
""""""""
2289
2289
2290
2290
**type **: ``string `` | ``array ``
2291
2291
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.
2293
2294
2294
2295
support_strategy
2295
2296
""""""""""""""""
@@ -2304,12 +2305,12 @@ transitions
2304
2305
Each marking store can define any of these options:
2305
2306
2306
2307
* ``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 ``;
2308
2309
* ``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;
2311
2312
* ``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 ``.
2313
2314
2314
2315
.. _reference-workflows-type :
2315
2316
0 commit comments