[Zope-CMF] Adding workflows
entheos@entheossoft.com
entheos@entheossoft.com
Fri, 18 Jan 2002 08:30:28 -800
You need a few things:
Page Templates (read the instructions!)
http://www.zope.org/Members/4am/ZPT/
DCWorkflow
http://cmf.zope.org/Members/hathawsh/DCWorkflow/DCWorkflow-0.4.2.tar.gz
It's cool. There's not much documentation, but if you install DCWorkflow(Default -Revision 2) and do some code digging, you'll get it.
Troy
> Sounds to me like you don't have DCWorkflow installed. It really makes
> the process of workflow creation and modification a lot easier. Check
> the CMF site for the latest version.
>
> -----Original Message-----
> From: zope-cmf-admin@zope.org [mailto:zope-cmf-admin@zope.org] On Behalf
> Of Zope Newbie
> Sent: Friday, January 18, 2002 11:06 AM
> To: zope-cmf@zope.org
> Subject: [Zope-CMF] Adding workflows
>
> I found an old thread from this list (from May 01) stating that you need
> to add a python
> module in order to modify workflows, but the CMF promotional movie
> (http://www.zope.com/Demos/cm3) shows a ZMI screen for doing this.
>
> I've gotten to the point where I can add a new workflow through the ZMI,
> but I can't
> assign it a workflow type other than "Simple Review / Publish Policy".
>
> What's the right way to do this?