Edgewall Software

Changes between Version 5 and Version 6 of TracWorkflow


Ignore:
Timestamp:
Jul 24, 2007, 7:07:57 AM (17 years ago)
Author:
shepting@…
Comment:

Added example for creating a workflow visualization, and server info.

Legend:

Unmodified
Added
Removed
Modified
  • TracWorkflow

    v5 v6  
    7474While 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.
    7575
     76This can be done as follows (your install path may be different).
     77{{{
     78cd /var/local/trac_devel/contrib/workflow/
     79sudo ./showworkflow /srv/trac/PlannerSuite/conf/trac.ini
     80}}}
     81And then open up the resulting trac.pdf file created by the script.
     82
     83After you have changed a workflow, you need to restart apache for the changes to take effect. This is important, because the changes will still show up when you run your script, but all the old workflow steps will still be there until the server is restarted.
     84
    7685== Advanced Ticket Workflow Customization ==
    7786