---
sourceDocument: Australia IT Service Management
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/it-service-management

 Release :

    - australia

ft:locale :

    - en-US

ft:publication_title :

    - Australia IT Service Management

ft:clusterId :

    - itsm

bundleId :

    - itsm

workflow :

    - Technology


---

# SLA calculation

# SLA calculation {#ariaid-title1}

Release version: Australia  
Updated March 12, 2026  
![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 minute to read  
SLAs are calculated and assessed by a
business rule and scheduled jobs that run in the background.
The mechanisms that control SLA Workflow and SLA Automation are independent of each other. You may have a requirement to send out email notifications from the SLA Workflow displaying the current elapsed percentage of the SLA. However, this does not work because using percentage in a notification only displays the most recently calculated value of the Task SLA. This results in inaccurate values sent out in email when using SLA calculated values in a Task SLA email notification.

One solution is to specify elapsed percentage in SLA notifications by
using notifications for each percentage level. For example, an email notification for "75
percent SLA Warning" is created and a special event is used to trigger that notification. The
event can be called "sla.warning.75". Another solution is hard-coding these email notifications
to trigger at a specified duration percentage, and configure the workflow linked to that SLA
definition to send an email notification after waiting an elapsed percentage.
* **[Run the 2011 SLA engine asynchronously](https://servicenow-prod.fluidtopics.net/ENuUI4G6o0n3v6lKcD7Dbg)**   
  By default in the 2011 SLA engine, the SLA processing is performed by the Run SLAs business rule. This business rule runs synchronously and is the suggested configuration.
* **[Recalculate SLA times automatically](https://servicenow-prod.fluidtopics.net/DmPq~F7nGlUzUUjTXqf0aA)**   
  By default when a user opens a task, the SLA timing information for that task is not automatically recalculated.
* **[Use exact times in SLA calculations](https://servicenow-prod.fluidtopics.net/Er0VZlmVoHYpsXq7_kL1Cg)**   
  When business percentages are used for SLA calculations, they are rounded up to two decimal places.

