Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit bac7c7a

Browse filesBrowse 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
Copy full SHA for bac7c7a

File tree

1 file changed

+10
-0
lines changed
Filter options

1 file changed

+10
-0
lines changed

‎workflow/usage.rst

Copy file name to clipboardExpand all lines: workflow/usage.rst
+10Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.