Changes between Version 7 and Version 8 of goflow:FAQ
- Timestamp:
- Jun 21, 2008, 4:36:42 AM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
goflow:FAQ
v7 v8 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) 22 23 == Is it valid to reuse Activities ? == 24 The 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.