Escalation Policy

A summary of detail for an Escalation Policy object type included in the Work Order Management System ITIL Object Type Bundle. Install the bundle into your tenant from the Contextual Services Catalog.

The EscalationPolicy object defines the rules and procedures for escalating tasks or issues within a work order management system. It ensures that tasks are addressed promptly and appropriately by escalating them to higher authority or different users when specific conditions are met.

Properties

policyId:

  • Purpose: Serves as a unique identifier for the escalation policy, allowing the system to reference and manage policies programmatically.

  • Example: "EP67890", "EP11223"

workOrderId:

  • Purpose: Links the escalation policy to a specific work order, ensuring that the policy is applied to the correct process.

  • Example: "WO12345", "WO54321"

escalationRules:

  • Purpose: Defines the conditions that trigger the escalation and the actions to be taken when these conditions are met. This ensures that tasks are escalated appropriately based on predefined criteria.

  • Example:

    • [{"Condition": "Task not completed within 48 hours", "Action": "Escalate to senior manager"}]

    • [{"Condition": "High-priority task not started within 2 hours", "Action": "Notify team lead"}]

notificationMethod:

  • Purpose: Specifies how the notifications about the escalation should be delivered, ensuring that the responsible parties are informed promptly.

  • Example: "SMS", "system notification"

status:

  • Purpose: Reflects the current state of the escalation policy, such as whether it is currently active and being enforced or inactive.

  • Example: "Inactive"

Purpose in Work Order Management System

Timely Response: Ensures that tasks are addressed promptly by escalating them when they are not completed within the specified time frame or conditions.

Accountability: Promotes accountability by notifying higher authorities or different users when tasks are not progressing as expected.

Efficiency: Enhances operational efficiency by reducing delays and ensuring that critical tasks receive the attention they need.

Transparency: Provides clear rules for escalation, making it easy to understand when and how tasks will be escalated.

Compliance: Helps maintain compliance with internal policies and external regulations by ensuring that tasks are managed and escalated appropriately.

Risk Management: Reduces the risk of important tasks being overlooked or delayed by implementing structured escalation procedures.

Last updated