Edgewall Software

Changes between Version 44 and Version 45 of TracWorkflow


Ignore:
Timestamp:
Nov 14, 2012, 11:05:50 PM (11 years ago)
Author:
Mikael Relbe
Comment:

typo corrected

Legend:

Unmodified
Added
Removed
Modified
  • TracWorkflow

    v44 v45  
    116116There 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.
    117117
    118 While creating or modifying a ticket workfow, `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.
     118While 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.
    119119
    120120This can be done as follows (your install path may be different).