Feedback

  • Contents
 

UMF Send Response

This UMF tool sends a response message specified by the supplied handle back to the source of the original message. One of the inputs is set from a value that can only be obtained from the initiator. This value is used to route the response to the correct recipient.

Inputs

Message Handle

A valid handle to a message.

Response Correlation ID

The value that is used to route the response back to the sender of the original message. This value is assigned by the server and can only be obtained from the Response Correlation ID output 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.