[Zope-CMF] DCWorkflow Problem
Dieter Maurer
dieter@handshake.de
Wed, 3 Jul 2002 20:25:20 +0200
Ashish Gautam writes:
> I have DCWorkflow installed on my PC.
> ...
> Now i am trying to define my own workflow by using "dc_workflow
> (Web-configurable workflow)" option.
> In this I am trying to exactly copy the work flow as it is Classic one.
> But i am receiving following error :
> Error Type: WorkflowException
> Error Value: No workflow provides "review_state" information.
The default CMF framework looks for "review_state".
Apparently, your workflow does not call its workflow state "review_state",
and you did not change the presentation layer accordingly.
That gives you the exception...
Dieter