A workflow manager for Plone
Project description
Introduction
This package provides a GUI for managing custom workflows in Plone.
This is the successor of uwosh.northstar’s workflow design tool (North* continues on as a file system product generator, given either a PloneFormGen or Dexterity prototype).
Features
add/edit/delete new workflows
add content rule actions easily for a workflow transition
graph workflows
easily manipulate workflow permissions
Graphing
The package also supports graphing workflows.
The inspiration for this piece was pretty much taken from DCWorkflowGraph.
In order to enable this feature, you’ll need to install the Graphviz library. Information can be found at http://www.graphviz.org
Once you’ve built Graphviz and have installed it, make sure the “dot” executable it creates is in your PATH, e.g.
export PATH=$PATH:/usr/local/bin
assuming “make install” placed the Graphviz executables into /usr/local/bin. You can test that your PATH is set correctly if “which dot” finds the “dot” executable.
Then restart your Zope or ZEO client. The next time you are looking at a custom workflow in Workflow Manager, you should see a new “Diagram” button. When you click on it, it generates a GIF depicting the workflow’s states and transitions.
You may get better results if your state and transition IDs do not include hyphens. Graphviz’ “dot” executable will issue warning messages that you can find in your instance log if it has trouble understanding the state and transition names and labels.
Plone 3 Support
You must also have simplejson installed.
Changelog
1.0 (2014-06-16)
Show managed permissions in transition permission guards [erral]
Show all permissions managed by the workflow instead of hardcoding ones [erral]
1.0rc5 (2014-02-19)
Fix: avoid i18n messages to be stored in place of permission ids. [thomasdesvenain]
Fixed MANIFEST.in [thomasdesvenain]
1.0rc1 - 2014-02-17
Instantiate transition scripts when we create a transition so definition.xml is well generated by Generic Setup. [thomasdesvenain]
Added more strings classifiers and metadata items for this packages [macagua]
Fix workflow, state and transition id generation when we have accents in titles. [thomasdesvenain]
Full internationalization. French translation. [thomasdesvenain, macagua]
Added Spanish translation. [hvelarde]
double-quote state and transition names in graph view [erral]
replace remaining ‘jq’ names by ‘jQuery’ in javascript for full Plone 4.3+ compatibility. [thomasdesvenain]
Added Chinese Simplified translation. [Jian Aijun]
1.0a4 ~ 2012-05-28
show acquired permission setting [vangheem]
revamped styles based on bootstrap [vangheem]
1.0a3 - 2011-09-02
cloned transition now sets display name to new title also. [vangheem]
cancel on confirm save now prevents dialog from opening. [vangheem]
fix error with changing source transitions if transitions are stored as a tuple or list. [vangheem]
1.0a2 - 2011-09-01
Add MANIFEST.in. [WouterVH]
use json library and just advertise that plone 3 users need to install simplejson [vangheem]
Fix js to work correctly with all versions of jquery in selecting input tags correctly. [vangheem]
1.0a1 - 2010-12-12
Initial release
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Hashes for plone.app.workflowmanager-1.0.zip
Algorithm | Hash digest | |
---|---|---|
SHA256 | 026afeaa1163972e225bccfc87a01388a6db33eabd6c5dfd220fa0c882866fe8 |
|
MD5 | ed73a7d3063215b1476449f8bd53a20a |
|
BLAKE2b-256 | dc1d20a9d2a4fa1f277e65526976c0b1a13c3959a13c393f2cf94d5e29852b46 |