rbco.wfdocumentator

Contents

Overview

This add-on for Zope and Plone aims to provide user-friendly automatically generated documentation about workflow definitions.

Currently two Zope3-style views for Products.DCWorkflow.interfaces.IDCWorkflowDefinition are provided:

Requirements

Warning

It was not tested on Windows. I suspect it won't work because of the name of the executable, i.e dot != dot.exe.

Installation

This package is easy_install'able. Just make it available in your Zope Instance and don't forget to load its ZCMLs. If you don't have any idea of what I'm talking about please refer to Installing an Add-on Product [4].

Usage

Just use the provided views on an workflow definition. Examples (type these URLs in your browser):

You can pass the following parameters to @@wf-graph in the query string: hide_roles and hide_permissions. These are lists of things to hide in the output, separated by ".". Example:

To-do

History

0.0.1 (03-june-2009)

  • First release.

Credits

Contribute and report bugs

Help is welcome. Contact the author or file a ticket at the Issue tracker [3].

References

[1]http://www.graphviz.org/
[2]http://pypi.python.org/pypi/collective.wtf/
[3]http://code.google.com/p/rbco-wfdocumentator/issues
[4]http://plone.org/documentation/tutorial/third-party-products/installing