Red Hat Training

A Red Hat training course is available for JBoss Enterprise SOA Platform

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>