This use case describes the process to activate all configured channels at the same time, as opposed to the Deactivate Channel use case which is for individual channels. Some platforms allow the Agent to deactivate all or some channels while remaining logged into the platform.
Actors
Name | Type | Role |
---|---|---|
|
|
|
|
|
|
Basic Flow
This is the default process of an Agent deactivating their interaction channels.
...
The agent clicks the Deactivate All Channels button located at the top of the channel group display screen
MediaBar sends the channelgroup.request.deactivateall request including any applicable channel options. See the Client Connectivity documentation for details about the request and its contents
For each channel
Decision 1: HIS checks to see if the Agent has any ongoing interactions on the channel
If an interaction is found, this flow ends and EF 1 - Ongoing Interaction is executed
Decision 2: HIS checks to see if the Agent is in the Ready state for the channel
If the agent is Ready, this flow pauses and the server portion of Go Not Ready is executed
If an error occurs during Go Not Ready, this flow ends and EF 2 - Not Ready Failure is executed
HIS deactivates the channel and the state of the channel is updated and generates the appropriate events
...