/[drupal]/contributions/modules/workflow_graph/README.txt
ViewVC logotype

Contents of /contributions/modules/workflow_graph/README.txt

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph


Revision 1.1 - (show annotations) (download)
Sat Jul 21 08:20:07 2007 UTC (2 years, 4 months ago) by kratib
Branch: MAIN
CVS Tags: DRUPAL-5--1-1, DRUPAL-5--1-0, HEAD
Branch point for: DRUPAL-5, DRUPAL-6--1
File MIME type: text/plain
Initial import
1 ********************************************************************
2 D R U P A L M O D U L E
3 ********************************************************************
4 Name:
5 Workflow Graph Module
6 Author: Karim Ratib <karim dot ratib at open dash craft dot com>
7 Drupal: 5
8 ********************************************************************
9 DESCRIPTION:
10
11 This module generates graphs from workflow definitions and instances.
12 It currently generates two distinct kinds of graphs:
13 * One for the workflow definition, showing all workflow states, the
14 transitions linking them, and the roles allowed to perform those
15 transitions.
16 * One for a workflow *instance history*, i.e. the path that a workflow
17 took for a specific node. Here, the graph shows all state transitions
18 that occurred on the node, including the timestamp and the users who
19 performed those transitions.
20
21 The module depends on Graphviz (http://www.graphviz.org) and
22 PEAR::Image_GraphViz (http://pear.php.net/package/Image_GraphViz).
23
24 ********************************************************************

  ViewVC Help
Powered by ViewVC 1.1.2