We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc5a1b4 commit 40af0d6Copy full SHA for 40af0d6
work/v1/types.go
@@ -610,6 +610,8 @@ const (
610
const (
611
// ConditionRuleTrue is set when a rule is evaluated without error
612
ConditionRuleEvaluated string = "ConditionRuleEvaluated"
613
+ // ConditionRuleInvalid is set when a rule is invalid and cannot be evaluated
614
+ ConditionRuleInvalid string = "ConditionRuleInvalid"
615
// ConditionRuleExpressionError is set when a rule fails due to an invalid expression
616
ConditionRuleExpressionError string = "ConditionRuleExpressionError"
617
// ConditionRuleInternalError is set when rule evaluation results in an error not caused by the expression
0 commit comments