- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 weeks ago
Hi ,
I am getting an issue when try to transfer to live agent
I tried almost all community suggestions and configured but won't work.
awa_queue, chat setup , make part of that group in Awa queue, everything much more , which I can't recall it but it won't work.
This is always getting into the false conditions
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Monday - last edited Monday
I have found the issue. In the "service channel—awa_service_channel" in the related list, the QUEUE tab is existed ,
If the order number of the queue records is the same, the system will not recognize which queue needs to be transferred, and it will be stuck on the same.
Always recheck this if all cases are working.
1- Live Chat setup - sys_cs_live_agent_setup
2- awa_presence_state
3- If any active conversation is stuck, then kill the conversation [ sys_cs_conversation]
4-Queue Setup [awa_queue]-schedule and other details
5- The agent should be available in the workspace.
6- Agent should have the appropriate role e.g role - awa_agent - To receive work items (AWA = Advanced Work Assignment).
7- Check the service channel[awa_service_channel] underneath the QUEUE tab—the order should be different
8- In your VA designer flow use this in script - to connect with live agent
IN Short details need to validate -
Advanced Work Assignment.
You’ll see options like:Work Item Channels
Queues
Assignment Rules
Capacity Definitions
Key Configurations
Work Item Channels
Define type of work item (chat, interaction, case, etc.).
Example:
Channel = Chat
Table = interaction (for VA escalations)
Assignment type = AWA
Queues
Group of agents who can receive certain work items.
Example: “IT Approvals Queue” or “HR Support Queue”.
Linked to work item channel.
Assignment Rules
Decide which queue a work item goes to.
Example: If interaction.category = approval → route to Approval Support Queue.
Capacity Definitions
Control how many chats/calls an agent can handle at once.
Example: Max concurrent chat = 3.
Flow Example
VA Escalates to Live Agent → creates a work item (Interaction record).
Work Item Channel = Chat → routes through AWA.
Assignment Rule looks at fields (like topic = Approval).
Sends to correct Queue.
Agent with capacity (defined in Capacity Definition) gets it in Agent Workspace
Main points to remembers :
Work Item Channel = defines what type of item.
Queue = defines who should get it.
Assignment Rule = defines how it’s routed.
Capacity = defines how many an agent can take.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2 weeks ago - last edited 2 weeks ago
HI @jaiho_rai
Just checking—since you haven’t mentioned it in your query, have you made your agent profile "Available" in the SOW?
Regards,
Siva
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Monday - last edited Monday
I have found the issue. In the "service channel—awa_service_channel" in the related list, the QUEUE tab is existed ,
If the order number of the queue records is the same, the system will not recognize which queue needs to be transferred, and it will be stuck on the same.
Always recheck this if all cases are working.
1- Live Chat setup - sys_cs_live_agent_setup
2- awa_presence_state
3- If any active conversation is stuck, then kill the conversation [ sys_cs_conversation]
4-Queue Setup [awa_queue]-schedule and other details
5- The agent should be available in the workspace.
6- Agent should have the appropriate role e.g role - awa_agent - To receive work items (AWA = Advanced Work Assignment).
7- Check the service channel[awa_service_channel] underneath the QUEUE tab—the order should be different
8- In your VA designer flow use this in script - to connect with live agent
IN Short details need to validate -
Advanced Work Assignment.
You’ll see options like:Work Item Channels
Queues
Assignment Rules
Capacity Definitions
Key Configurations
Work Item Channels
Define type of work item (chat, interaction, case, etc.).
Example:
Channel = Chat
Table = interaction (for VA escalations)
Assignment type = AWA
Queues
Group of agents who can receive certain work items.
Example: “IT Approvals Queue” or “HR Support Queue”.
Linked to work item channel.
Assignment Rules
Decide which queue a work item goes to.
Example: If interaction.category = approval → route to Approval Support Queue.
Capacity Definitions
Control how many chats/calls an agent can handle at once.
Example: Max concurrent chat = 3.
Flow Example
VA Escalates to Live Agent → creates a work item (Interaction record).
Work Item Channel = Chat → routes through AWA.
Assignment Rule looks at fields (like topic = Approval).
Sends to correct Queue.
Agent with capacity (defined in Capacity Definition) gets it in Agent Workspace
Main points to remembers :
Work Item Channel = defines what type of item.
Queue = defines who should get it.
Assignment Rule = defines how it’s routed.
Capacity = defines how many an agent can take.