Updating the Incident with Flow Designer flow cancels the Task SLA on the IncidentIssue Updating the Incident with Flow Designer flow cancels the Task SLA on the IncidentCauseUse of 'current.update()' in the flow script. Do not use current.update(); in the flow scripts and before business rules as this can trigger multiple update events.ResolutionRemove 'current.update();' code from the flow script.