이 콘텐츠는 선택한 언어로 제공되지 않습니다.
7.20. Signal Event Example
This is an example of a signal event. It defines data association which will map the map from the ESB message to a variable in a process.
<intermediateCatchEvent id="_4" name="Signal" >
<dataOutput id="_4_Output" name="event" />
<dataOutputAssociation>
<sourceRef>_4_Output</sourceRef>
<targetRef>objectMap</targetRef>
</dataOutputAssociation>
<outputSet>
<dataOutputRefs>_4_Output</dataOutputRefs>
</outputSet>
<signalEventDefinition signalRef="NewMessage"/>
</intermediateCatchEvent>