|
From: Daniele T. <d.t...@ic...> - 2002-02-25 11:14:41
|
On Monday 25 February 2002 03:56, kapil thangavelu wrote: > i'm a python/zope developer looking for a workflow system. i was lookin= g at > dcworkflow. dcworkflow does not contain the functionality i need nor am= i > using the CMF, so i started looking at openflow. reading through the > openflow-dev archives it seemed that openflow is going to be integrated > with the cmf. i checked through the cmf mailing list for the discussion > referenced and can find no reference to it. (the closest thing seems to > have been a discussion in october 2001). looking through cvs, it appear= s > that development is active, indeed a few bugs i spotted a last week hav= e > disappeared :). i'm curious what the current state of development of is= ?? Integration with CMF is still to come. It's the planned way where OF=20 (OpenFlow) will go but it still is going through its very first few steps= =2E Meanwhile some developers in Icube are maintaining the product version of= =20 OpenFlow that now got to version 0.7. Julian Munoz Dominguez is also taking care of a cvs branch of CVS that=20 develops an OpenFlow version of OF starting from the old 0.4 architecture= =2E > i'd like to help out and contribute as the alternative seems to be roll= ing > my own. i have little experience with workflow systems outside of the > acs-workflow > (http://developer.arsdigita.com/doc/acs-workflow/) system which is base= d on > a petri-net model. one nice feature of it was the ttw graphical workflo= w > builder built on top of graphviz. (for example of see this one i built = with > it http://www.zope.org/Members/k_vertigo/Stories/Gideon/GideonWorkflow)= =2E i > think this is something that would make openflow much easier to use.=20 A graphical way to design processes for OpenFlow would be most welcome. P= oint=20 is that we were oriented at having a web-based tool, so the graphical pro= cess=20 design toolkit would have to be web-based as well (using Java, maybe). > also, > i've looked over the code and the documentation for openflow, but my > understanding of some of the design details is lacking. is there any > reference documentation on the net for some of the openflow design? Documentation is lacking right now: the main problem is that documentatio= n is=20 not up to date with the current OF version. We hope to be able to give so= me=20 documentation soon... You might want to check out the http://www.zope.org/Members/vds OF=20 documentation anyway: it might give you a generale idea of the engine. Thanks for your contribution, =09Daniele |