Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork5.3k
Workflow configuration#11492
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Workflow configuration#11492
Changes fromall commits
File filter
Filter by extension
Conversations
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -2252,13 +2252,19 @@ Name of the workflow you want to create. | ||
| audit_trail | ||
| """"""""""" | ||
| **type**: ``bool`` | ||
OskarStark marked this conversation as resolved. Show resolvedHide resolvedUh oh!There was an error while loading.Please reload this page. | ||
| Whether to enable automatically the :class:`Symfony\\Component\\Workflow\\EventListener\\AuditTrailListener`. | ||
OskarStark marked this conversation as resolved. Show resolvedHide resolvedUh oh!There was an error while loading.Please reload this page. | ||
| initial_place | ||
| """"""""""""" | ||
| **type**: ``string`` **default**: ``null`` | ||
| One of the ``places`` or ``null``. | ||
| If not null and the supported object is not already initialized via the workflow, | ||
| this place will be set. | ||
| marking_store | ||
| """"""""""""" | ||
| @@ -2276,11 +2282,15 @@ places | ||
| **type**: ``array`` | ||
| All available places (**type**: ``string``) for this workflow configuration. | ||
OskarStark marked this conversation as resolved. Show resolvedHide resolvedUh oh!There was an error while loading.Please reload this page. | ||
| supports | ||
| """""""" | ||
| **type**: ``string`` | ``array`` | ||
| Object(s) that is(are) supported by this workflow configuration. | ||
OskarStark marked this conversation as resolved. Show resolvedHide resolvedUh oh!There was an error while loading.Please reload this page. | ||
| support_strategy | ||
| """""""""""""""" | ||
| @@ -2293,11 +2303,13 @@ transitions | ||
| Each marking store can define any of these options: | ||
| * ``from`` (**type**: ``string`` or ``array``) value from the ``places``, | ||
| multiple values are allowed for both ``workflow`` and ``state_machine`` | ||
OskarStark marked this conversation as resolved. Show resolvedHide resolvedUh oh!There was an error while loading.Please reload this page. | ||
| * ``guard`` (**type**: ``string``) an :doc:`ExpressionLanguage </components/expression_language>` | ||
OskarStark marked this conversation as resolved. Show resolvedHide resolvedUh oh!There was an error while loading.Please reload this page. | ||
| compatible expression to block the transition | ||
| * ``name`` (**type**: ``string``) the name of the transition | ||
OskarStark marked this conversation as resolved. Show resolvedHide resolvedUh oh!There was an error while loading.Please reload this page. | ||
| * ``to`` (**type**: ``string`` or ``array``) value from the ``places``, | ||
| multiple values are allowed only for ``workflow`` | ||
OskarStark marked this conversation as resolved. Show resolvedHide resolvedUh oh!There was an error while loading.Please reload this page. | ||
| .. _reference-workflows-type: | ||