Task SLA is not attaching consistently or progressing Stage values correctlyIssue The user had two task SLAs which should attach and, upon hitting the correct Cancel conditions, transition Stage value from "In Progress" to "Cancelled". Intermittently, only one of the task SLAs would attach, and even when both attached, neither would cancel when meeting the Cancel condition(s). The user wanted to know why.CauseThe Flow associated with one of the task SLA's SLA Definition (contract_sla record) was set to inactive (active = false). In the localhost logs, the below error was the clue that directed attention to the Flow: SEVERE *** ERROR *** The flow named: SLA notification and escalation flow has not been published within application scope: globalcom.glide.plan.runners.FlowObjectAPIException: The flow named: SLA notification and escalation flow has not been published within application scope: globalResolutionAs a result of the Flow, which was associated with one of the expected task SLA's SLA Definition, being set to a value of active = false, the above two behaviors were experienced. Once the Flow was set to active = true, the two behaviors subsided. All expected task SLAs attached immediately on insert of the task record, and they transitioned flawlessly to a Stage of "Cancelled" when their respective Cancel conditions were met.