---
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 conditions

# SLA conditions {#ariaid-title1}

Release version: Australia  
Updated March 12, 2026  
![](https://www.servicenow.com/docs/portal-asset/ico-clock) 4 minutes to read  
SLA conditions determine when a task SLA record is attached, paused, resumed, reset,
canceled, and completed.

On the SLA definition, you specify up to six conditions that are evaluated each time a task
record is created or updated. For example, for an SLA to attach to a task, the start
conditions must match and stop conditions must not match.

SLA conditions work in the following ways:

* SLA conditions
* SLA condition evaluation

{#c_SLAConditions__ul_vvc_hkl_ts}

## SLA conditions

You can set up to six SLA conditions: start, cancel, pause, resume, stop, reset.

Start condition
:   Enables you to define the conditions under which the SLA will be attached.  
    You can choose the conditions from the When to cancel list under which the SLA will be canceled.

    * Start conditions are not met option: If one or more of the specified start conditions change, then the SLA will be canceled. The Start conditions are not met option is selected by default.
    * Cancel conditions are met option: The start condition has to be met only once, thereafter the SLA will only cancel when the cancel condition is met.
    * Never option: The SLA will never be canceled.
    {#c_SLAConditions__ul_wlc_1kq_zt}

    Select Retroactive start to choose a date and
    time field from the task that will provide the start time of the task SLA. If you
    select the Retroactive start check box, the Set start to field appears offering the date and time fields available on
    the task type that this SLA definition applies to. For example if you select
    Retroactive start on a Priority 1 SLA definition and then
    choose Created in the Set start to
    field, then the SLA is attached with the start time being the date and time from the
    Created field on the Incident.

Cancel condition
:   Enables you to define the conditions under which the SLA will cancel. You can
    specify the cancel conditions at the same time when you specify the start
    conditions.

Pause condition
:   Enables you to define the conditions under which the SLA will suspend increasing
    elapsed time.  
    You can choose the conditions from the When to resume list under which the SLA will resume increasing elapsed time.

    * Pause conditions are not met option: If one or more of the specified pause conditions no longer match, then the elapsed time will continue to increase.
    * Resume conditions are met option: If one or more of the specified resume conditions match, then the elapsed time will continue to increase. The Resume conditions are met option is selected by default.
    {#c_SLAConditions__ul_gts_31r_zt}

Resume condition
:   Enables you to define the conditions under which under which the SLA will resume
    increasing elapsed time. You can specify the resume conditions at the same time when
    you specify the pause conditions.

Stop condition
:   Enables you to define the conditions under which the SLA completes. If all of the
    specified stop conditions match, then the task SLA will complete regardless of whether
    it is breached.

Reset condition

:   Enables you to define the conditions under which the running SLA will be completed and a new SLA will be attached. For a new SLA to be attached, the start condition must match. Reset condition also helps to configure SLAs when the value of any specific
    field on the task record changes, changes to or changes from a specific value in the
    record. For example, the value of the Location field in the
    task record is 101 Broadway East, Seattle,WA. If you set the SLA reset condition as
    Location
    changes from 101 Broadway East, Seattle,WA, any change in the
    value of the Location field resets the SLA of the task
    record.

## SLA condition evaluation

Every task in the system is evaluated in the following order:

* Process new SLAs-- Determine if a new SLA record must be attached to a task
* Process existing SLA records attached to a task.
{#c_SLAConditions__ul_lty_vjd_xs}  
SLA conditions are evaluated in the following ways:

* Attach if start condition matches and both the stop and cancel conditions don't match.
* Complete if the stop condition matches.
* Pause if the pause condition matches.
* Resume if the pause condition doesn't match or resume condition matches.
* Reattach if both the reset and the start conditions match.
* Cancel if the start condition doesn't match or cancel conditions matches.
{#c_SLAConditions__ul_vcp_kkd_xs}

Consider this evaluation order when you create conditions. For example, if your Start
condition is a subset of your Stop condition, the Stop condition will always match when the
Start condition matches and the SLA will never attach. This includes processing any new SLAs
that were just created.

Similarly, if your Pause condition is a subset of your Start condition, the SLA will attach
but will permanently be in Paused state. As soon as the Pause condition does not match, the
equivalent Start condition will also not match and that task SLA record will be
canceled.

In addition, if you create a SLA definition with a Start condition and a Pause condition
that are mutually exclusive, your SLA will never pause but will always be canceled first.
For example, for an SLA definition where the Start condition is State is one of "New, Active" and the Pause condition is State is "On Hold", when the Task is updated to state On Hold, the
start condition will no longer match and the task SLA will be canceled.

