Skip to content

Commit bac7c7a

Browse files
committed
minor #8213 [Workflow] Document the new transition completed event (izzyp)
This PR was submitted for the master branch but it was merged into the 3.4 branch instead (closes #8213). Discussion ---------- [Workflow] Document the new transition completed event as per PR - symfony/symfony#22587 Commits ------- b8249ab [Workflow] Document the new transition completed event
2 parents 829a06d + b8249ab commit bac7c7a

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

workflow/usage.rst

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,16 @@ order:
240240
* ``workflow.entered``
241241
* ``workflow.[workflow name].entered``
242242
* ``workflow.[workflow name].entered.[place name]``
243+
244+
``workflow.completed``
245+
The object has completed this transition.
246+
247+
The three events being dispatched are:
248+
249+
* ``workflow.transition``
250+
* ``workflow.[workflow name].completed``
251+
* ``workflow.[workflow name].completed.[transition name]``
252+
243253

244254
``workflow.announce``
245255
Triggered for each transition that now is accessible for the object.

0 commit comments

Comments
 (0)