SLA workflow notifications are not working as designedDescription<!-- 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 { white-space:nowrap; text-align:left; border-width: 1px; border-collapse: collapse; font-size:14px; width: 85%; } table.internaltable th { border-width: 1px; padding: 5px; border-style: solid; border-color: rgb(245, 245, 245); background-color: rgb(245, 245, 245); } table.internaltable td { border-width: 1px; padding: 5px; border-style: solid; border-color: #E0E0E0; color: #000000; } .title { color: #D1232B; font-weight:normal; font-size:28px; } h1{ color: #D1232B; font-weight:normal; font-size:21px; margin-bottom:-5px } h2{ color: #646464; font-weight:bold; font-size:18px; } h3{ color: #000000; font-weight:BOLD; font-size:16px; text-decoration:underline; } h4{ color: #646464; font-weight:BOLD; font-size:15px; text-decoration:; } h5{ color: #000000; font-weight:BOLD; font-size:13px; text-decoration:; } h6{ color: #000000; font-weight:BOLD; font-size:14px; text-decoration:; } ul{ list-style: disc outside none; margin-left: 0; } li { padding-left: 1em; } --> The SLA workflow notifications are not working as designed for P1 Incidents. The SLA workflow is getting stuck at the 'SLA Percentage Timer' activity even if 50% of the duration time has already been achieved. Steps to Reproduce: Create a P1 incident and move it to 'Work in progress' state so that resolution SLA gets attached.After 50% of the actual/business time is passed, you will receive an SLA email notification.Check the SLA workflow from the incident page. The workflow timer status shows "In-Progress" even though the 50% time is passed. Release or EnvironmentAny release.CauseThere might be an Inactivity Monitor for P1 incidents. When a P1 incident is created and it satisfies the condition defined on the Inactivity Monitor, an entry in the sys_trigger is created and it waits for 2 hours (wait time defined in the Inactivity Monitor). The platform waits for the available worker thread to pick up and process the sys_trigger records according to the Next action. As there might have a large number of records for "activity.monitor", the workflow timer entries are given very low priority and are not processed as expected.ResolutionIf possible, temporarily stop or slow down the creation of new P1 incidents (where the Inactivity Monitor condition has been defined).Additional InformationActivity Monitors work the same way as workflow Timer entries. Mode details can be found on our product documentation: Set an inactivity monitor