KnownRuleState enum
The evaluation state of a rule
Fields
| ActionRequired | Customer input is required to proceed |
| Expired | Rule expired and requires re-evaluation |
| Failed | Rule evaluation failed |
| FailedWithOverride | Rule failed but with a manual override applied by operations |
| Pending | Rule is queued and not yet evaluated |
| Running | Rule evaluation is in progress |
| Skipped | Rule preconditions (runAfter) were not met; rule was skipped |
| Succeeded | Rule evaluation succeeded |
| SucceededWithOverride | Rule succeeded but with a manual override applied by operations |
| UnderReview | Operations review is in progress |