Feedback

  • Contents
 

Multi-Site Send Request

This Multi-Site tool waits for a response to be received or the specified time to expire before continuing execution of the handler via the appropriate exit path.

Inputs

Message Handle

A valid message handle obtained from Multi-Site Create Message or Multi-Site Message Received.

Destination

The number that identifies the site you want the message sent to. This is the site ID as configured at each site in DS via IA. Although the value is a number, the input to the tool must be a string. Only one destination can be specified for a request.

Object ID

And identifier to use for the object ID that will be included with the incoming message notification on the receiving server.

Event ID

An identifier to use for the event ID that will be included with the incoming message notification on the receiving server.

Timeout

The number of milliseconds to wait for a response before continuing. If a response is not received within the specified period of time, a timeout exit path is taken.

Outputs

Response Message Handle

The variable to use as a handle for the response message. The handle is returned when a response is received. If an exit path other than success is taken, then the variable will not contain a valid value.

Exit Paths

Success

This path is taken if the request is successfully sent.

Timeout

This path is taken if a response is not received in the specified period of time.

Failure

This path is taken if the operation fails.

Unknown Destination

This path is taken if the destination site ID provided is not found.