Metadata

<event-wait-activity id="1" category="AC1">
  
    ...

    <event-output-mappings>
      <event-type wdo-name="CaseEventResult" 
        name="eventType" />
      <output-data wdo-name="TaskCreateDetails" 
        name="concernRoleID" />
      <raised-by wdo-name="CaseEventResult" 
        name="eventRaisedBy" />
      <time-raised wdo-name="CaseEventResult"
        name="timeRaised" />        
    </event-output-mappings>

    ...

  </event-wait-activity>
event-output-mappings
This contains the data that can be optionally mapped to the workflow engine from the event that was raised.
event-type
This contains the business event that was raised which the activity instance was waiting on.
output-data
This contains the secondary event data that is to be mapped into the workflow engine.
raised-by
This contains the username of the Cúram user that caused the event to be raised.
time-raised
This contains the date and time that the event was raised.