Can an incident be resolved while escalation is still open?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2024 06:32 AM
I ran into a situation where an incident is resolved when an associated task is closed while an escalation on the incident is still open.
The incident was opened and went through L1 to L3 escalation. The incident had one task. The L1 and L2 escalations were all closed while a task and L3 escalation were still open. When the task was closed, the incident automatically moved to the resolved state while the L3 escalation was still open.
Is this normal? What could possibly be the error.
Thanks for your help.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-24-2024 07:36 AM
I don't recall incident management having an OOB escalation process (unless this is the old SLA engine). Are these tasks incident_task records? This sounds like a potentially business-specific process that may require enhancing
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-28-2025 09:39 PM
Hi @User492015 ,
Escalation is not an OOTB table - it is perhaps a custom table that has been created in your instance.
So, if you want to stop an incident from getting 'resolved' if it has an open escalation, then you have modify the OOTB 'Resolve' UI action.
If you still need this solution, please let me know.
Please mark this post as a solution and also as helpful, if this resolves your issue or query.
Thanks,
Subhadeep Ghosh.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-30-2025 12:07 AM
No, this is not normal OOB behavior in ServiceNow. An Incident should not auto-resolve just because a task is closed while an escalation is still open.
Likely cause: A custom business rule or flow is resolving the Incident when a task closes, without checking for open escalations or other tasks.
Fix:
Review and update the logic to check:
All tasks are closed
No open escalations
Add a validation rule to prevent resolution if escalations are active.
Let me know if you want a quick script or rule for this!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-03-2025 10:34 PM
Can you please not send out wrong AI generated answers? At least verify the nonsense AI is sending you before you use it as an answer.
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark