[Zope-CMF] DCWorkflow and list object/global actions
Shane Hathaway
shane@zope.com
Fri, 15 Feb 2002 16:27:04 -0500
Jostein Leira wrote:
> I have a problem with DCWorkflow and worklists. The method DCWorkflowDefinition.listGlobalActions() (in DCWorkflow.py) returns actions in the category "object" from other workflows worklists. Can this be correct?
That is what it is supposed to do. Worklists serve the purpose of
providing users notification of things they need to do, regardless of
where they are now. You should have at most one or two worklists
installed for even a complex site. Use actions on transitions for more
common actions.
Shane