From 8e4b8e41931d4acc4cfe32199a02c43626360423 Mon Sep 17 00:00:00 2001 From: izzyp Date: Sat, 22 Jul 2017 21:30:01 +0100 Subject: [PATCH] [Workflow] Document the new transition completed event as per PR - https://github.com/symfony/symfony/pull/22587 --- workflow/usage.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/workflow/usage.rst b/workflow/usage.rst index 8958928e76b..ac690d76311 100644 --- a/workflow/usage.rst +++ b/workflow/usage.rst @@ -239,6 +239,16 @@ order: * ``workflow.entered`` * ``workflow.[workflow name].entered`` * ``workflow.[workflow name].entered.[place name]`` + +``workflow.completed`` + The object has completed this transition. + + The three events being dispatched are: + + * ``workflow.transition`` + * ``workflow.[workflow name].completed`` + * ``workflow.[workflow name].completed.[transition name]`` + ``workflow.announce`` Triggered for each place that now is available for the object.