Commits
Click on a commit to change the comparison rangefix: allow cancelled flows to be retried
Remove CANCELLED from FROM_STATES in EnforceCancellingToCancelledTransition.
This rule should only block transitions FROM CANCELLING, not CANCELLED.
The rule name, docstring, and error message all reference "cancelling" states,
but the implementation incorrectly included CANCELLED, preventing retries.
Fixes #20271
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>