Changes between Version 5 and Version 6 of goflow:FAQ


Ignore:
Timestamp:
May 21, 2008, 10:10:14 AM (16 years ago)
Author:
GoFlow administrator
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • goflow:FAQ

    v5 v6  
    1717the variables that can be used in the boolean expression are ''instance'' and ''workitem''.
    1818examples:
     19  * "OK": the user has pushed the ''OK'' button
    1920  * ''instance.condition == "OK"'': the user has pushed the ''OK'' button
    2021  * ''workitem.time_out(delay=5, unit='days')'': the task is waiting for 5 days or more (NYI but soon)
Back to Top