We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 829a06d commit b8249abCopy full SHA for b8249ab
workflow/usage.rst
@@ -240,6 +240,16 @@ order:
240
* ``workflow.entered``
241
* ``workflow.[workflow name].entered``
242
* ``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
253
254
``workflow.announce``
255
Triggered for each transition that now is accessible for the object.
0 commit comments