CacheControl / json-rules-engine

A rules engine expressed in JSON
ISC License
2.6k stars 461 forks source link

Allow Named Conditions #332

Closed chris-pardy closed 1 year ago

chris-pardy commented 1 year ago

Allow Conditions to include names that are emitted as part of events and can be serialized to / from JSON Names are useful to provide human readable tags on the different conditions, especially complex ones made up of nested boolean conditions.

This resolves discussion #331

chris-pardy commented 1 year ago

@CacheControl resolution to #331