Skip to content

Commit b8249ab

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

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

workflow/usage.rst

+10
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)