Skip to content
Snippets Groups Projects
Commit 3f9fb6ea authored by Vo Minh Thu's avatar Vo Minh Thu
Browse files

[DOC] workflows: added Signals section.

bzr revid: vmt@openerp.com-20130723132751-lwn5r6y1m51jhj9o
parent 2397c1a9
No related branches found
No related tags found
No related merge requests found
......@@ -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 ``<button/>`` element with the signal name as the ``name``
attribute of the button.
.. note:: The condition is still evaluated when the signal is sent to the
workflow instance.
Triggers
''''''''
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment