-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Description
We can potentially do some validation prior to running a ruleset to help rulebase creators detect errors. There are at least two checks we can perform:
-
We can detect unused actions or conditions by doing a traversal of the rule graph and checking that against the action and condition dictionaries.
-
We can detect condition closures that can never evaluate to true by looking for the presence of both a condition and its negation.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels