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
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