rules-framework
rules-framework copied to clipboard
Allow default value (zero literal) when condition type is a enum
When framework consumer uses a enum type without specifying numeric values for each literal, the first literal will assume zero (default value) which is not accepted by rule builder validation.
The goal is to skip/disable this validation for enum typed condition types.