Vasyl Matyashovskyy schrieb: > Hi Thomas! > > I faced difficulty in realization the dependencies between two subruns of > one process. > > I have workflows: > > "MAIN_Workflow" > "Sub_Workflow_1" (running automatically from node in MAIN_Workflow) > "Sub_Workflow_2" (running automatically from node in MAIN_Workflow) > > And exist event "EVENT_1" in "Sub_Workflow_1" that satisfied conditions in > "Sub_Workflow_2". > > Question is - How send event "EVENT_1" from "Sub_Workflow_1" to > "Sub_Workflow_2"?
Hi, it is possible to use a sendevent action for this, but I think it's difficult to get the workflow id of the process you want to send the event to. I would suggest to use a databit of the parent workflow because it is accessible from all attached subworkflows also. Then subworkflow1 can change the content of the field, and subworkflow2 can have a datacondition to react to changes on that field. Greetings -- Thomas Schmidt (tschmidt [at] suse.de) SUSE Linux Products GmbH :: Research & Development :: Internal Tools "Computers are useless. They can only give you answers.", Pablo Picasso ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ swamp-devel mailing list swamp-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/swamp-devel http://swamp.sf.net