Feedback

  • Contents
 

UMF Send Event

This UMF tool sends the message specified by the supplied handle to another handler on the same server. Which handler gets triggered by the message is determined by the event and object Ids that are specified on this tool. Handler execution continues as soon as the message has been sent. No response is expected.

Inputs

Message Handle

A valid handle to a message.

Object ID

The value to use for the object ID that will be included with the message notification to the receiving handler. To trigger a handler this value must match the value specified in the Object ID input on the UMF Message Received initiator.

Event ID

The value to use for the event ID that will be included with the message notification to the receiving handler. to trigger a handler this value must match the value specified in the Notification Event input on the UMF Message Received initiator.

Exit Paths

Success

This path is taken if the message is successfully sent. This does not mean it was received by the intended handler, just that it was sent by the Notifier.

Failure

This path is taken if the operation fails.