Revision as of 07:56, June 26, 2020 by Peter Chaplin (talk | contribs) (Update with the copy of version: draft)
Contents
Integrate with Workforce Management (WFM)
Important
This content may not be the latest Genesys Engage cloud content. To find the latest content, go to Genesys Engage cloud for Administrators.
Overview
You can integrate iWD with Workforce Management (WFM) to enable WFM capabilities to improve management of your contact center workforce. To enable this functionality, three metrics are provided to WFM for each activity every 15 minutes:
- Interaction Volume (also known as "new")—The total number of workitems that have been placed in Cloud iWD categories corresponding to the activity in the last 15-minute time interval.
- Average Handle Time (AHT)—Calculated as the total time agents spent working on workitems divided by the total number of workitems processed.
- Actual Queue (also known as "backlog")—The number of pending interactions (not completed yet) at the end of the last 15-minute time interval in all Cloud iWD categories corresponding to the activity
Interaction Volume and Actual Queue are provided by iWD Data Mart. Average Handle Time is read by WFM from Stat Server.
Important
- Do not specify Stat Server metrics for Interaction Volume and Actual Queue during iWD Activities configuration in WFM. This will cause values from Stat Server to override metrics obtained from iWD Data Mart and WFM will show incorrect numbers.
- If Data Mart fails to send data to WFM, it will try to send metrics for all missed intervals during the next run.
Limitations
- Only 1:1 mapping between iWD categories and WFM activities is supported.
- iWD categories and WFM activities must have identical names.
- Activities must have unique names—duplicate names are not supported. No data is provided to WFM in this case.
- Tenant provisioning and configuration are done manually using Configuration Manager.
- Exactly two levels of category tree are matched to WFM activity.
- To match a one-level category activity, you must use |Unknown as the second level. For example, to match category Default activity Default|Unknown must be created.
- Third level and lower cannot be used in activity-to-category mapping.
- If a category has second-level entries, the first-level entry cannot be matched to an activity. For example, if WFM|WFM_subcategory1 and WFM|WFM_subcategory2 are configured, WFM|Unknown activity cannot be used.
- If a workitem is reclassified after it was reported to WFM for the first time, it will not be reported as PERF_ITEM_ACT_IV but will be reported in PERF_ITEM_ACT_QUEUE on subsequent interval.
Important
Take into account the fact that iWD Data Mart is run every 15 minutes, which does not necessarily match WFM intervals' boundaries. So there could be delays in data becoming visible in WFM.Configuration in WFM
- Configure Filters for the selected iWD Categories to make it possible to calculate AHT for the corresponding Activities:
- Connect to the tenant Configuration Server.
- Go to Applications > region > WFM > SS_WFM > Application Options.
- Add new option under the Filters section:
- <option_name>=PairExists("category_path","<iWD_Category>|<iWD_Subcategory>")
- For example, WFMTestSubcat1_Filter=PairExists("category_path","WFMTestCategory|WFMTestSubcategory1").
- Save the changes.
- Open Applications > region > WFM > SS_WFM_B > Application Options.
- Repeat steps 3 to 5.
- Create Activities as normal WFM activities taking into account the following guidelines:
- Create exactly one Activity of type Deferred per category with the following naming pattern:
- iWD_Category/iWD_Subcategory
- and with exactly the same name as in iWD.
- Create a special Activity named Default/Unclassified to handle unclassified workitems. You also need to create a separate Filter for it as described in step 1.
- Configure the Average Handle Time (AHT) statistic for each Activity:
- Open WFM > Configuration > Activities.
- Open the Activity > Statistics tab.
- Click Add.
- Configure:
- Type = Handle Time.
- Either Group of Agents or Group of Places depending on your needs.
- Total Handle Time = WFM_Workitem_Interactions_Processing_Time.
- Interactions Handled = WFM_Workitem_Interactions_Processed.
- Filters = <select the filter for the corresponding iWD Category/Subcategory>.
- Click Apply.
- Save the Activity.
- Create exactly one Activity of type Deferred per category with the following naming pattern:
Comments or questions about this documentation? Contact us for support!