[Zope3-Users] Re: [Zope3-dev] Community opinion about workflow engine

2007-03-14 Thread Philipp von Weitershausen
Stephan Richter wrote: class Application(Contained, Persistent): ... @apply def stati(): """See IApplication""" def getStati(self): return self._stati def setStati(self, value): removed = set(self._stati) - set(value) added =

[Zope3-Users] Re: [Zope3-dev] Community opinion about workflow engine

2007-03-13 Thread Adam Groszer
Hello Godefroid, I'm having a bit biased view, because I know just zope.wfmc and have the luck developing a pure Z3 application. I think with zope.wfmc you have - WFMC/XPDL support, you can shine with standards and big companies love standards - because it's XPDL support there's a graphical proce

[Zope3-Users] Re: [Zope3-dev] Community opinion about workflow engine

2007-03-13 Thread Stephan Richter
Hi Godefroid, CCing zope3-users, where this post belongs to. On Monday 12 March 2007 11:48, Godefroid Chapelle wrote: > - about the existing workflows (DCWorkflow, Zope3.wfmc, AlphaFlow, > OpenFlow...) Kit asked the question about workflows on the SchoolTool list as well; I assume that you guys