|
From: <jm...@so...> - 2002-02-28 12:57:41
|
Kapil, In zope.org is published your new product "Event Channel". One thing I have done with Openflow is having two workflows in diferents machines (Call them "Remote" and "Local"). At one point, in the Client y fetch some objects in the Remote Server, each of this objects corresponding to a "Token" (which is now called a "Process Instance"), and then I create another Process Instance in the Local workflow. After some processing, In the local workflow, I launch the "Token.move" method in the remote workflow from the local workflow (I finish the remote activity or "workitem" in the new jargon). This is done with xml-rpc over ssh. I am thinking: Could be an activity a receiving channel waiting for a remote signal ? Could be this signal a remote workitem (with the information associated with it) Could be an activity a sending channel ? |