[Zope3-dev] workflow and python-created objects

Markus Leist ml_zope3_dev at ikom-online.de
Tue Jan 18 02:37:52 EST 2005


Hello,

i wasn't able to find any information in docu or mailing-list for this 
problem:

after working through the tutorial i'm able to create an object
in ZMI. This object has a workflow definition and ZMI displays
various states of transitions - seems to be really fine.

When Zope (from cvs) creates an equal object by:
                newHost = removeAllProxies(
                    zapi.createObject(None, 'ikom.ikhost.IkHost'))
or
                newHost = zapi.createObject(None, 'ikom.ikhost.IkHost')
all attributes und methods works well but workflows.html will be empty.

isn't createObject an other kind of creation which will look for 
workflow-manager and automaticly add the process-definition
to my instance.

Is there a problem in my understanding?

Where is other documentation or examples in python-generated
objects and workflow.

Please help

Markus Leist

ps.
by the way
Zope3 is a great package of software.

-- 
IKOM - Ingenieurbüro für Datenschutz und Datensicherheit
Germany

-- 
IKOM - Ingenieurbüro für Datenschutz und Datensicherheit
Dipl.-Ing. Markus Leist
Fon.: +49 2151 941610 / Fax.: +49 2151 941611


More information about the Zope3-dev mailing list