Configure SLA escalation
Open the policy version (draft) in the editor.
On the stage, set SLA (hours) — e.g.
48.Set On SLA breach to one of:
notify — emit
task_expiredevents; Caller decides what to do (default).auto-approve — synthesize approve-decisions for all open tasks; advance.
auto-reject — synthesize reject-decisions; terminate the request.
escalate — add fresh approvers from the rules below.
If you chose escalate, an Escalation rules block appears. Click + Add rule and add one or more rules (user / role / group / etc.) that resolve to the escalation approvers (e.g. the supervisors).
Save and activate.
The SLA monitor scans every sla.checkIntervalSeconds (default 300s). When a task's due_at passes, its stage's on_breach action fires once for the stage even if multiple tasks expire together.
Last updated
Was this helpful?