Edgewall Software

Changes between Version 6 and Version 7 of 1.1/TracWorkflow


Ignore:
Timestamp:
Dec 5, 2014, 2:48:39 AM (9 years ago)
Author:
Ryan J Ollos
Comment:

The new state is no longer a hard-coded constraint, however see #11856 and #11858.

Legend:

Unmodified
Added
Removed
Modified
  • 1.1/TracWorkflow

    v6 v7  
    111111
    112112
    113 There are a couple of hard-coded constraints to the workflow.  In particular, tickets are created with status `new`, and tickets are expected to have a `closed` state.  Further, the default reports/queries treat any state other than `closed` as an open state.
     113There is one hard-coded constraints to the workflow: tickets are expected to have a `closed` state. The default reports/queries treat any state other than `closed` as an open state.
    114114
    115115While creating or modifying a ticket workflow, `contrib/workflow/workflow_parser.py` may be useful.  It can create `.dot` files that [http://www.graphviz.org GraphViz] understands to provide a visual description of the workflow.