Hi all, I have a very simple question: I need a workflow in ZOPE. Doesn't really matter if it's some module, product or a set of Python/DTML/whatever objects to import and build on them. What I need is a straightforward thing to start with and to build on. Can you recommend something? Thanks a lot.. -Mac =============================== Jan Maska, web developer Systinet, Prague(CZ) jan.maska@systinet.com tel.:(+420)608453492 visit http://www.systinet.com ===============================
I need a workflow in ZOPE. Doesn't really matter if it's some module, product or a set of Python/DTML/whatever objects to import and build on them. What I need is a straightforward thing to start with and to build on.
Workflow is used with the CMF. DCWorkflow is the main product that people seem to use but there are others. Check out http://cmf.zope.org/ and the mail list zope-cmf@zope.org - the archives are well worth looking through. A
Look for Openflow: http://www.openflow.it Juergen --On 13.03.2003 18:24 +0100 Jan Ma?ka wrote:
Hi all,
I have a very simple question:
I need a workflow in ZOPE. Doesn't really matter if it's some module, product or a set of Python/DTML/whatever objects to import and build on them. What I need is a straightforward thing to start with and to build on.
Can you recommend something?
Thanks a lot.. -Mac
=============================== Jan Maska, web developer Systinet, Prague(CZ) jan.maska@systinet.com tel.:(+420)608453492
visit http://www.systinet.com ===============================
_______________________________________________ Zope maillist - Zope@zope.org http://mail.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://mail.zope.org/mailman/listinfo/zope-announce http://mail.zope.org/mailman/listinfo/zope-dev )
-- __ DI Jürgen R. Plasser * *** ***** ****** ********* plasser@hexagon.at / \ HEXAGON EDV-Dienstleistungen | A-4221 Steyregg | Weissenwolffstraße 14 \__/ www.hexagon.at | info@hexagon.at | Internet | ASP | Security | Software Computer science is no more about Computers, than astronomy is about telescopes. (Dijkstra)
On Thu, Mar 13, 2003 at 06:24:28PM +0100, Jan Ma?ka wrote:
Hi all,
I have a very simple question:
I need a workflow in ZOPE. Doesn't really matter if it's some module, product or a set of Python/DTML/whatever objects to import and build on them. What I need is a straightforward thing to start with and to build on.
My Python Product OOPServer has a very simple workflow: There is a method getActions() which needs to be implemented by you. It returns all actions which the user can execute at the current workflow state. You can look at it at http://guettli.sf.net thomas -- Thomas Guettler <guettli@thomas-guettler.de> http://www.thomas-guettler.de
participants (4)
-
Andrew Veitch -
Jan Maška -
Juergen R. Plasser -
Thomas Guettler