wiki:TracWorkflowAdminPlugin

Version 7 (modified by figaro, 9 years ago) (diff)

Cosmetic changes, tagged with license

Web interface for workflow administration of Trac

Description

The plugin provides the editor for workflow and the diagram of workflow using the Graphviz programs.

Bugs/Feature Requests

Existing bugs and feature requests for TracWorkflowAdminPlugin are here.

If you have any issues, create a new ticket.

Known issues:

new status tickets:

#10291
Integrate plugin with MultipleWorkflowPlugin
#10663
Support extra workflow operations
#10770
Add configuration option for image type of workflow diagram
#12015
Add graph view settings to the workflow admin panel
#12025
Allow advanced workflow editing
#12678
Error message when diagram image cannot be written
#13745
Refactor image path generation

defect

20 / 20

enhancement

5 / 12

task

1 / 1

Download

Download the zipped source from [download:tracworkflowadminplugin here].

Source

You can check out TracWorkflowAdminPlugin from here using Subversion, or browse the source with Trac.

Example


Enlarge image

Installation

  1. Install Graphviz:
    • Debian, Ubuntu: apt-get install graphviz
    • RHEL, CentOS, Fedora: yum install graphviz
  2. Using easy_install:
    easy_install http://trac-hacks.org/svn/tracworkflowadminplugin/0.12
    
  3. If you use Python 2.4 or 2.5, requires simplejson:
    easy_install simplejson
    
  4. Enable the plugin in trac.ini:
    [components]
    tracworkflowadmin.* = enabled
    

Recent Changes

18545 by jun66j5 on 2023-06-06 08:24:50
tracworkflowadmin: make compatible with Trac 1.5.4 and Python 3
17675 by jun66j5 on 2020-02-04 09:36:14
tracworkflowadmin: refactor main.js
17674 by jun66j5 on 2020-02-04 09:09:56
tracworkflowadmin: fix close button in titlebar of dialog and escape button with jquery ui 1.11 in Trac 1.2 (refs #13744)
(more)

Author/Contributors

Author: jun66j5
Maintainer: jun66j5
Contributors: OpenGroove,Inc. and ciklone

Attachments (2)

Download all attachments as: .zip