- Contents
Interaction Designer Help
Director Message Received initiator
This initiator fires when a message is received as a result of the DirectorSendMessage tool being executed on either the Director server or another CIC server.
Initiator Properties Page
Notification Object Type
IDirector Routing
Object ID
{all} – this is the only choice. The values in the object id are not currently meaningful.
Notification Event
Director Message Received – you must choose this. It is the event that is fired by the Director software to indicate that a message has been received.
Outputs
Message Handle
This is the handle of a UMF (Universal Message Format) message received from Director. The message may actually have come from another CIC server connected to Director. Any valid operations on a UMF message are allowed. It is up to the endpoints to know the contents of the message. A handler with an instance of this initiator already exists in the system, so if someone creates another handler, it too will receive all of the messages that the original handler receives. Ignore these messages in any custom handlers that use this initiator.
Response Correlation Id
This is an ID which identifies the message. You must copy this to the similarly-named input on the DirectorSendResponse tool.
Response Destination Id
This is an ID which identifies the source of the message. You must copy this to the similarly-named input on the DirectorSendResponse tool.
Related Topics