Understanding SLA ConditionsIssue <!-- div.margin{ padding: 10px 40px 40px 30px; } table.tocTable{ border: 1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); padding-top: .6em; padding-bottom: .6em; padding-left: .9em; padding-right: .6em; } table.noteTable{ border:1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); width: 100%; border-spacing:2; } table.internalTable{ border:1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); width: 100%; border-spacing:0; } .sp td{ border-bottom: 1px solid; border-right: 1px solid; border-color:#E0E0E0; background-color: #ffffff; height: 20px; padding-top: .5em; padding-bottom: .5em; padding-left: .5em; padding-right: .5em; } .sphr td{ border-right: 1px solid; border-bottom: 1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); padding-top: .5em; padding-bottom: .5em; padding-left: .5em; padding-right: .5em; height: 20px; } .title { color: #D1232B; font-weight:; font-size:25px; } .hd1{ color: #D1232B; font-weight:; font-size:18px; } .hd2{ color: #646464; font-weight:bold; font-size:16px; text-decoration: underline; } .hd3{ color: #7a7a7a; font-weight:bold; font-size:14px; text-decoration:underline; } .hd4{ color: #000000; font-weight:bold; font-size:13px; text-decoration:; } --> SLA Definitions contain conditions that control: When an SLA record is created for a particular taskWhen an SLA record is updated as it moves through its lifecycle to completion This article expands on some of the details for SLA conditions set when defining an SLA. ResolutionDefining Start, Stop and Pause Conditions These are all conditions you can specify for an SLA definition. Start condition: think of this as a "Run" condition, in that it is applied all the time, not just when the SLA starts. The relevant condition must always match for the SLA to continue running; if it does not get matched, the SLA is then cancelled.Stop condition: think of this as a "Complete" condition, allowing you to say that the SLA is now completed. For example, if the state of the underlying record is solved, then this can be a stop condition, meaning that the SLA is complete when this condition is matched.Pause condition: when the pause condition is met, the SLA is paused and will stay dormant in the background, ready to restart when the start condition is matched again. For example, you may have a pause condition to reflect when you are waiting for information from a third-party before you can proceed. Please see the product documentation for more descriptions of SLA definition fields. Order of evaluating conditions SLA conditions are evaluated in the following order: Stop PauseStart Consider this evaluation order when you create conditions, as otherwise this may cause confusion. For example, if your Start condition is a subset of your Stop condition, the Start condition will never be matched, as the Stop condition is always evaluated first. So that SLA will never start. Similarly, if your Pause condition is a subset of your Start condition, the SLA will attach, but will be permanently in a Paused state. And as soon as the Pause condition does not match, the equivalent Start condition will also not match, so that SLA will be cancelled. And you create a SLA definition with a Start condition and a Pause condition which are mutually exclusive, your SLA will never pause; it will always be canceled first. For example, an SLA definition where the Start condition is State is one of "New, Active" and the Pause condition is State is "Awaiting User Info". Using the Reset Condition The Reset condition is not shown on the form by default, but is a more advanced condition, allowing you to define the state in which the SLA returns to the beginning. To use the Reset condition, configure the form layout, and add it to the form (configure and add) Note: The Reset condition is not sufficient to reset an SLA. Both the Reset and Start conditions must be matched for the SLA to be reset to zero. It may be helpful to remember this, if you create duplicate Reset conditions to match the existing Start conditions, so that all Reset conditions are shown in the same place. Related LinksTroubleshooting service level agreements (SLAs)Understanding SLA times: actual elapsed time and business elapsed timeSLA Condition Evaluation