Description
Incidents that are auto-resolved (e.g., via resolve_on=ResolveOn.ALL.value) do not trigger the expected workflow event (updated action).
Steps to Reproduce
- Create an incident with
resolve_on=ResolveOn.ALL.value.
- Add resolved alerts to the incident until the condition is met.
- Observe that the incident status changes to
RESOLVED, but no workflow is triggered.
Expected Behavior
Auto-resolving an incident should trigger a workflow event, similar to manual resolution.
Actual Behavior
The workflow event is skipped.
Fix
This issue is addressed by PR #5651.