From e7a4d83ad59b811171ef156651fbebfbd6f413f2 Mon Sep 17 00:00:00 2001 From: Tobias Nyholm Date: Mon, 26 Jun 2017 09:56:55 +0200 Subject: [PATCH] Updated language for annouce event --- workflow/usage.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workflow/usage.rst b/workflow/usage.rst index 22c223bfc22..2f87a0be0ef 100644 --- a/workflow/usage.rst +++ b/workflow/usage.rst @@ -221,7 +221,7 @@ When a state transition is initiated, the events are fired in the following orde - leave: The object is about to leave a place; - transition: The object is going through this transition; - enter: The object entered a new place. This is the first event where the object' is marked as being in the new place; -- announce: Triggered once for each workflow that now is available for the object. +- announce: Triggered for each place that now is available for the object. Here is an example how to enable logging for every time a the "blog_publishing" workflow leaves a place::