We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e2135a commit 50d2e2eCopy full SHA for 50d2e2e
workflow.rst
@@ -334,6 +334,10 @@ order:
334
* ``workflow.[workflow name].announce``
335
* ``workflow.[workflow name].announce.[transition name]``
336
337
+ You can avoid this event by using the context::
338
+
339
+ $workflow->apply($subject, $transitionName, [Workflow::DISABLE_ANNOUNCE_EVENT => true]);
340
341
.. note::
342
343
The leaving and entering events are triggered even for transitions that stay
0 commit comments