Example: Result of automating the assignment of service requests

In a service request that is created to report a pipeline leak, an operator specifies the appropriate classification for the pipeline based on attributes such as diameter and length. When a business rule is implemented using automation scripts, if the volume of the pipeline is less than 1000 cubic feet, the service request is assigned to service group A. If the volume is greater than 1000 cubic feet, the service request is assigned to service group B and a work log entry is created.

The rule is implemented in an automation script. Upon implementation, an escalation definition created by the development team enables the script and its associated launch point.

By defining an escalation, the team ensures that service requests are automatically examined by the script. New service requests that meet the pipeline leakage criteria are automatically assigned to the appropriate service group.

When the development team create the automation script, the business rule is implemented with the following components:
The script code has two parts:


Feedback