Edgewall Software

Changes between Version 63 and Version 64 of WorkFlow


Ignore:
Timestamp:
Apr 13, 2007, 11:00:10 PM (17 years ago)
Author:
Eli Carter
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • WorkFlow

    v63 v64  
    1818Configurable workflow allows you to change the ticket states and state transitions.  A common desire is to have a "testing" state where QA can get involved.  The default WorkFlow implementation ([source:sandbox/pycon/workflow/trac/ticket/api.py@5197#L137 DefaultTicketActionController]) allows you to configure that workflow from the trac.ini.
    1919
    20 There are several working [source:sandbox/pycon/workflow/contrib/workflow examples] available.
     20There are several working [source:sandbox/pycon/workflow/contrib/workflow examples] available.  (Along with a couple tools for working with workflow configurations.)
    2121
    2222But you can do more than that with plugins.  Plugins may augment the default WorkFlow, adding actions and side-effects to ticket state transitions.  There are a few working [source:sandbox/pycon/workflow/sample-plugins/workflow examples] available.  (They're simplistic, but should be useful nonetheless.)