Changes between Version 7 and Version 8 of goflow:FAQ


Ignore:
Timestamp:
Jun 21, 2008, 4:36:42 AM (16 years ago)
Author:
GoFlow administrator
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • goflow:FAQ

    v7 v8  
    2020  * ''instance.condition == "OK"'': the user has pushed the ''OK'' button
    2121  * ''workitem.time_out(delay=5, unit='days')'': the task is waiting for 5 days or more (NYI but soon)
     22
     23== Is it valid to reuse Activities ? ==
     24The good practise is to reuse ''Applications'', not ''Activities'': ''Applications'' should be reused because they take time build; ''Activities'' are containers for applications, with some parameters to fit the process needs.
Back to Top