Notifications sent when "Record inserted or updated" are not triggered if the SLA associated failsIssue <!-- 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; } .hd3{ color: #7a7a7a; font-weight:; font-size:16 px; text-decoration:; } .hd4{ color: #000000; font-weight:bold; font-size:14 px; text-decoration:; } td.c4 {vertical-align: middle; text-align: left;} td.c3 {width: 50; vertical-align: middle; text-align: center;} img.c2 {align: baseline;} hr.c1 {border-top-width: 1px; border-top-style: solid; border-top-color: #cccccc;} --> Notifications sent when "Record inserted or updated" are not triggered if the SLA associated fails Problem On some cases, tables with SLA generation, the notification trigger by the engine on tables insert or update, are not triggered. Symptoms This problem is recognized when: The table is an extension to task (e.g. incident, change_management, etc) and has SLAs definitions created.Notifications generated by tables Update or Insert are not triggered.If the notification sent when is set to event is fired, they are triggered correctly.On the node localhost, when the business rule logging is enabled, script execution of some engines (before engines or after engines) does not appear on the table insert/update.If you stop the Business rule Run SLAs, the problem no longer happens. Cause Some SLA processing could stop the execution of the scripts executed after the Run SLAs business rule. If the execution is stopped, the notifications are not triggered as expected. Resolution If facing this behavior, either: Modify the notification to execute when a event is fired and select the <table>.inserted or <table>.updated accordinglyStop any problematic SLA from executing.