|
1694.
|
|
|
Workflow transitions are the conditions which need to be satisfied to move from one activity to the next. They are represented by one-way arrows joining two activities.
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../../source/developer/07_workflows.rst:255
|
|
1695.
|
|
|
The conditions are of different types:
|
|
|
|
role to satisfy by the user
|
|
Translated by
Xavier (Open ERP)
|
|
|
|
|
e16691b148f34a589d8bdf0ee6a24cbc
|
|
Located in
../../source/developer/07_workflows.rst:258
|
|
1696.
|
|
|
role that the user must satisfy
|
|
|
|
(no translation yet)
|
|
|
|
Located in
../../source/developer/07_workflows.rst:260
|
|
1697.
|
|
|
button pressed in the interface
|
|
|
|
end of a subflow through a selected activity of subflow
|
|
Translated by
Xavier (Open ERP)
|
|
|
|
|
48553d4cb8da425189ce900e925a3df9
|
|
Located in
../../source/developer/07_workflows.rst:261
|
|
1698.
|
|
|
end of a subflow through a selected activity of subflow
|
|
|
|
The roles and signals are evaluated before the expression. If a role or a signal is false, the expression will not be evaluated.
|
|
Translated by
Xavier (Open ERP)
|
|
|
|
|
ca08afde98f94cf2b02a01222ebe8ef4
|
|
Located in
../../source/developer/07_workflows.rst:262
|
|
1699.
|
|
|
The roles and signals are evaluated before the expression. If a role or a signal is false, the expression will not be evaluated.
|
|
|
|
Transition tests may not write values in objects.
|
|
Translated by
Xavier (Open ERP)
|
|
|
|
|
d862c1982df743748dc1e5ecf94e09d0
|
|
Located in
../../source/developer/07_workflows.rst:264
|
|
1700.
|
|
|
Transition tests may not write values in objects.
|
|
|
|
The fields
|
|
Translated by
Xavier (Open ERP)
|
|
|
|
|
b864a7370b3b4530ab662b27c925c09b
|
|
Located in
../../source/developer/07_workflows.rst:266
|
|
1701.
|
|
|
Source activity. When this activity is over, the condition is tested to determine if we can start the ACT_TO activity.
|
|
|
|
**Expression** to be satisfied if we want the transition done.
|
|
Translated by
Xavier (Open ERP)
|
|
|
|
|
3ad266bbf0d348138cf482e3468d370d
|
|
Located in
../../source/developer/07_workflows.rst:275
|
|
1702.
|
|
|
The destination activity.
|
|
|
|
When the operation of transition comes from a button pressed in the client form, signal tests the name of the pressed button.
|
|
Translated by
Xavier (Open ERP)
|
|
|
|
|
3e046d38225e47a099cf1d9ebc888b4a
|
|
Located in
../../source/developer/07_workflows.rst:281
|
|
1703.
|
|
|
**Expression** to be satisfied if we want the transition done.
|
|
|
|
If signal is NULL, no button is necessary to validate this transition.
|
|
Translated by
Xavier (Open ERP)
|
|
|
|
|
4a20566aaec740c8857df4cabb408491
|
|
Located in
../../source/developer/07_workflows.rst:287
|