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 b8249ab

Browse filesBrowse files
izzypjaviereguiluz
authored andcommitted
[Workflow] Document the new transition completed event
as per PR - symfony/symfony#22587
1 parent 829a06d commit b8249ab
Copy full SHA for b8249ab

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.