This page was last edited on March 22, 2018, at 00:48.
Comments or questions about this documentation? Contact us for support!
This set of models illustrates the following two ways that an agent application can interact with a workbin:
In this phase, shown in the figure below, the agent application requests and receives data on the interactions that the workbin contains.
This phase uses the messages shown in the following table:
Message | Protocol |
---|---|
EventWorkbinContent | Interaction Management |
In this phase, shown in the figure below, Interaction Server rejects the agent's request for workbin data. This happens when either the agent or the workbin is not registered with Interaction Server.
This phase uses the messages shown in the following table:
Message | Protocol |
---|---|
EventError | Interaction Management |
In this phase, shown in the the figure below, the agent asks to be notified of all future changes in the contents of a specified workbin.
Interaction Server checks that both the workbin and the agent are registered with it.
This phase uses the messages shown in the following table:
Message | Protocol |
---|---|
EventAck | Interaction Management |
In this phase, shown in the figure below, the agent cancels its subscription for workbin notification.
If either the workbin or the agent is unknown to Interaction Server, or if the agent has not subscribed for workbin notification, Interaction Server returns EventError.
This phase uses the messages shown in the following table:
Message | Protocol |
---|---|
EventAck | Interaction Management |