- Contents
Interaction Designer Help
Multi-Site Send Response
This Multi-Site tool sends a response to a request. By using the correlation IDs obtained from the initiator, the response message is automatically routed back to the correct handler that is waiting for it.
Inputs
Message Handle
A valid message handle obtained from Multi-Site Create Message or Multi-Site Message Received. This should be different from the handle for the incoming message.
Response Correlation ID
This value should be passed directly from the initiator output which defaults to the same name. This value should not be altered by the handler.
Response Destination ID
This value should be passed directly from the initiator output which defaults to the same name. This value should not be altered by the handler.
Exit Paths
Success
This path is taken if the response is successfully sent.
Failure
This path is taken if the operation fails.
Unknown Destination
This path is taken if the destination site ID provided is not found.