Skip to content

Commit d9460be

Browse files
committed
minor #9036 [Workflow] fix event name for completed event (dpfaffenbauer)
This PR was submitted for the master branch but it was merged into the 3.4 branch instead (closes #9036). Discussion ---------- [Workflow] fix event name for completed event Fixes the wrong event for the Workflow completed event. Commits ------- 862962d [Workflow] fix event name for completed event
2 parents 0885c58 + 862962d commit d9460be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

workflow/usage.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ order:
246246

247247
The three events being dispatched are:
248248

249-
* ``workflow.transition``
249+
* ``workflow.completed``
250250
* ``workflow.[workflow name].completed``
251251
* ``workflow.[workflow name].completed.[transition name]``
252252

0 commit comments

Comments
 (0)