Re: [swamp-devel] access from subworkflows to Events Sended from other subworkflows

2006-09-07 Thread Thomas Schmidt
Vasyl Matyashovskyy schrieb: > Hi Thomas, > > This function provide ability to send events from subworkflow to parent: > $scriptapi.sendEvent("SENDED_EVENT_NAME", $wf.getMasterParentWfId()) > > But other subworkflows that are runed has not see this event. > > How get access to event (EVENT_NAME

[swamp-devel] access from subworkflows to Events Sended from other subworkflows

2006-09-04 Thread Vasyl Matyashovskyy
Hi Thomas, This function provide ability to send events from subworkflow to parent: $scriptapi.sendEvent("SENDED_EVENT_NAME", $wf.getMasterParentWfId()) But other subworkflows that are runed has not see this event. How get access to event (EVENT_NAME) from SUB2, that has been sent from SUB1 by