Task SLA not paused despite meeting pause conditions.Issue When the task's State changed to Resolved, the pause conditions of the SLA Definition dictate that the SLA should be paused but the task_sla remains on In Progress state. If we check the SLA timeline or repair the SLA, then the task_sla is Paused.CauseFrom the logs we can observe a recursive business rule running while the State of the Incident is updated to Resolved, Due to which the task_sla was not getting updated to Paused state.ResolutionDisabling the recursive business rule resolves the issue.