[Zope-CMF] DCWorkflow-0.2
Shane Hathaway
shane@digicool.com
Wed, 23 May 2001 18:23:41 -0400
Based on initial feedback, DCWorkflow version 0.2 is now ready. Check
it out!
http://cmf.zope.org/Members/hathawsh/DCWorkflow-0.2.tar.gz/view
CHANGES.txt:
- As suggested by Seb Bacon, simplified by making transitions trigger on
their own IDs rather than specifying arbitrary action names. Thanks!
- Added script invocation just before execution of a transition.
Scripts are passed an expression namespace as the first parameter.
- Replaced the name "action_or_method" with "transition".
If you have already started using it, the only change that will probably
affect you is that references to "action_or_method" need to be replaced
with "transition"
Shane