Changes between Version 4 and Version 5 of goflow:FAQ
- Timestamp:
- Oct 7, 2007, 4:25:37 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
goflow:FAQ
v4 v5 14 14 15 15 == How should I define a transition condition ? == 16 transitions have a "condition"attribute: it is a python expression that returns a boolean.17 the variables that can be used in the boolean expression are "instance" and "workitem".16 transitions have a ''condition'' attribute: it is a python expression that returns a boolean. 17 the variables that can be used in the boolean expression are ''instance'' and ''workitem''. 18 18 examples: 19 19 * ''instance.condition == "OK"'': the user has pushed the ''OK'' button