Integrate IWD with Genesys Workforce Management (WFM)
From Genesys Documentation
This topic is part of the manual Intelligent Workload Distribution Administrator's Guide for version Current of Intelligent Workload Distribution.
Collect WFM statistics for your contact center workforce by integrating IWD with Genesys Workforce Management (WFM).
Related documentation:
Overview
Important
Integration with WFM is not supported on Azure.- Interaction Volume ("new")—The total number of work items placed in IWD categories that correspond to the activity in the last 15-minute time interval.
- Average Handle Time (AHT)—The total time agents spent working on work items divided by the total number of workitems processed.
- Actual Queue ("backlog")—The number of pending interactions (not completed yet) at the end of the last 15-minute time interval in all iWD categories corresponding to the activity.
Important
1. Do not specify Stat Server metrics for Interaction Volume and Actual Queue during iWD Activity configuration in WFM. Doing this causes values from Stat Server to override metrics obtained from iWD Data Mart, which in turn causes WFM to show incorrect numbers.2. If Data Mart fails to send data to WFM, it tries to send metrics for all missed intervals during the next run.
Limitations
- You must provision and configure tenants manually using Configuration Manager.
- If iWD reclassifies a work item after reporting it 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 runs every 15 minutes, which does not necessarily match WFM intervals' boundaries. So there could be delays in data becoming visible in WFM.Configure IWD/WFM integration
- Configure Filters for the selected IWD Categories to make it possible to calculate AHT for the corresponding Activities:
- Connect to the tenant Configuration Server.
- Create Metrics in WFM Stat Server.
- Go to Applications > region > WFM > SS_WFM > Application Options.
- Add a new option under the Filters section,
To describe the exact path:- For example:
<option_name>=PairExists("category_path","<Level1>|<Level2>|..")
.WFMTestLevel2_Filter=PairExists("category_path","Level1|Level2") WFMTestLevel3_Filter=PairExists("category_path","Level1|Level2|Level3)
You can use an asterisk (*) at the end of the path to substitute for all subcategories: - .
WFMTestLevel2Subcat_Filter=PairExists("category_path","Level1*") WFMTestLevel3Subcat_Filter=PairExists("category_path","Level1|Level2*")
To use this feature you must first enable the filters-allow-wildcards-in-values option in Stat Server WFM.
- Ensure you set the required properties for your activity, for example:
The WFM_Workitem_Interactions_Processed section with the following options[WFM_Workitem_Interactions_Processed] Category=TotalNumber Description=The total number of interactions that were handled by this resource during the specified period. MainMask=InteractionHandling MediaType=workitem Objects=Agent,GroupAgents,GroupPlaces,Place Subject=Action
The WFM_Workitem_Interaction_Processing_Time section with following options[WFM_Workitem_Interactions_Processing_Time] Category=TotalTime Description=The total amount of time that this resource spent handling interactions during the specified period. MainMask=InteractionHandling MediaType=workitem Objects=Agent,GroupAgents,GroupPlaces,Place Subject=AgentStatus
- Save the changes.
- Open Applications > region > WFM > SS_WFM_B > Application Options
- Repeat steps 3 through 6.
- Create WFM Activities as regular Activities or Multi-Site Activities taking into account the following guidelines taking into account the following guidelines:
- Create one Activity of type Deferred per category with the following rules:
- A slash ("/") separated string of up to 10 levels of categories:
Category_Level1[/Category_Level2[/Category_Level3[...[/Category_Level10]]]]
The exact full path to each category is required with an identical name as in iWD without tail padding. iWD does the padding between the last significant category level and the end of the maximum category level with the Unclassified value, while you may not use tail padding in WFM activities configuration. For example:activity name iwd name Level1 Level1/Unclassified/Unclassified/../Unclassified Level1/Level2 Level1/Level2/Unclassified/../Unclassified Level1/Level2/Level3 Level1/Level2/Level3/Unclassified/../Unclassified ...
- Usage of wildcard ("/*") following a category level (for example, Category_Level1/*) matches all subcategories to Category_Level1.
Example:Category_Level1/Category_Level2/* Category_Level1/Category_Level2/Category_Level3/*
- A slash ("/") separated string of up to 10 levels of categories:
- Create a special Activity named Default to handle unclassified work items, and create a separate Filter for it as described in step 1.
- Configure the Average Handle Time (AHT) statistic for each Activity as follows:
- Open WFM Web for Supervisors > Configuration > Activities.
- Open the Activity > Statistics tab and click Add, then configure the following:
- Type =
Handle Time
. - Either Group of Agents or Group of Places depending on your needs.
- Total Handle Time =
WFM_Workitem_Interactions_Processing_Time
orWFM_Email_Interactions_Processing_Time
. - Interactions Handled =
WFM_Workitem_Interactions_Processed
orWFM_Email_Interactions_Processed
. - Filters = <select the filter for the corresponding iWD Category/Subcategory>.
- Type =
- Click Apply
- Save the Activity.
- Create one Activity of type Deferred per category with the following rules:
Comments or questions about this documentation? Contact us for support!