From 3f9fb6eacc5468c62b9017fd2af6e259e16b7c8f Mon Sep 17 00:00:00 2001 From: Vo Minh Thu Date: Tue, 23 Jul 2013 15:27:51 +0200 Subject: [PATCH] [DOC] workflows: added Signals section. bzr revid: vmt@openerp.com-20130723132751-lwn5r6y1m51jhj9o --- doc/workflows.rst | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/doc/workflows.rst b/doc/workflows.rst index 939433440a2..19b845f7f98 100644 --- a/doc/workflows.rst +++ b/doc/workflows.rst @@ -113,6 +113,19 @@ defined: Signals ''''''' +In addition of a condition, a transition can specify a signal name. When such +signal name is present, the transition will not be taken directly (even if the +condition evaluates to true). Instead the transition will block, waiting to be +woken up. + +To wake up a transition with a defined signal name, the signal must be sent to +the workflow. A common way to send a signal is to use a button in the web +interface, using the ``