Function json_rules_engine_fork::or
source · Expand description
Creates a Rule
where any child Rule
must be Met
- If any are
Met
, the result will beMet
- If the results contain only
NotMet
andUnknown
, the result will beUnknown
- Only results in
NotMet
if all children areNotMet