Newer Version Available
lightning:omniChannelWorkClosed
Indicates that an agent has closed a tab in the
console that’s associated with a work item. When the tab is closed, the status of the
AgentWork object associated with it automatically changes to Closed.
Response
| Name | Type | Description |
|---|---|---|
| workItemId | string | The ID of the object that’s routed through Omni-Channel. This object becomes a work assignment with a workId when it’s assigned to an agent. |
| workId | string | The ID of a work assignment that’s routed to an agent. |
Example
This example prints work details to the browser’s developer console when an Omni-Channel user closes a tab in the console that’s associated with a work item.
Component code:
Controller code: