Changes between Version 6 and Version 7 of goflow:FAQ
- Timestamp:
- May 21, 2008, 10:10:56 AM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
goflow:FAQ
v6 v7 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'' button19 * ''OK'': the user has pushed the ''OK'' button 20 20 * ''instance.condition == "OK"'': the user has pushed the ''OK'' button 21 21 * ''workitem.time_out(delay=5, unit='days')'': the task is waiting for 5 days or more (NYI but soon)