
Random assignment replaced rotation to stop abuse and ensure fair workloads.
1. Issue: Abuse of Rotational Assignment
A contact center is operated as part of the company’s BPO services, where 20 operators handle email inquiries.
Previously, inquiries were assigned on a rotational basis. This system allowed operators to predict when their turn to handle an inquiry would come up.
Recently, we discovered instances where this system was being abused. Some operators were intentionally sending themselves simple, self-created inquiries just before their predicted assignment time, effectively reducing their workload through this deceptive practice.
This dishonest behavior compromises fairness among our operators. Moreover, this manipulation of workload creates a significant risk, potentially leading to an increased burden for other operators and delays in inquiry resolution.
2. Solution: Switching to Random Assignment
The process owner has revised the traditional rotational assignment method and implemented a system that randomly determines the next operator for inquiries.
Specifically, a random number between 1 and 20 will be generated, and the corresponding operator will be assigned based on that value (e.g., if the random number is 5, Operator E is assigned; if it’s 14, Operator N is assigned).
Unpredictable inquiry assignments help prevent improper handling or manipulation.
* The generation of these random numbers will utilize the automated add-on process titled Number: Generate Random.
Before




View details of the workflow diagram
- Process Start by Email Arrival
- 50-character summary By OpenAI
- The email content is summarized
- Process serial number % 20 + 1
- Set the i-th row of the TSV as the reply assignee
- 1. Input the reply text
- Send the reply email
- Request review from the Supervisor (SV).
- 2.Review Reply
- Send by email
After




View details of the workflow diagram
- Process Start by Email Arrival
- 50-character summary By OpenAI
- The email content is summarized
- A random number between 1 and 20 is generated
- Set the i-th row of the TSV as the reply assignee
- 1. Input the reply text
- Send the reply email
- Request review from the Supervisor (SV).
- 2.Review Reply
- Send by email


3. Customers Case Study
Honda Motor Co., Ltd.
Used for Company-wide Approval Flows such as general affairs applications, training recepti…
View MoreToho Gas Network Co., Ltd. (Negotiation and Design Section)
500 Applications Per Month Completely Digitized! Reduced Labour and Eliminated Printing and…
View MoreMITSUBISHI PENCIL CO., LTD.
Moving Complex Business that had been processed by Notes to the cloud workflow. Approximate…
View More4. Other Business Applications
We will enable AI-based reviews for the following tasks:
Auto approval routing
Anonymous review assignment
5. Related Posts
-

How to Align Approval Standards
View More: How to Align Approval StandardsReturn-for-revision enables feedback, reduces rework, and improves organizational decision quality.
-

Approval Workflow Branch by Amount
View More: Approval Workflow Branch by AmountAmount-based routing reduces bottlenecks by limiting division manager approvals to high-value cases …
-

Resolving Assignee Changes Among Operators
View More: Resolving Assignee Changes Among OperatorsOperators can now manually reassign tasks to reduce supervisor workload.











































































