Changes between Version 5 and Version 6 of goflow:FAQ
- Timestamp:
- May 21, 2008, 10:10:14 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
goflow:FAQ
v5 v6 17 17 the variables that can be used in the boolean expression are ''instance'' and ''workitem''. 18 18 examples: 19 * "OK": the user has pushed the ''OK'' button 19 20 * ''instance.condition == "OK"'': the user has pushed the ''OK'' button 20 21 * ''workitem.time_out(delay=5, unit='days')'': the task is waiting for 5 days or more (NYI but soon)