funnel-io / funnel-rules-engine

A simple, generic rules engine.
MIT License
23 stars 6 forks source link

Convenience conditions and actions #6

Closed DevL closed 2 years ago

DevL commented 2 years ago

Adding a When Condition and a Then action could simplify the simple cases when you want to match against an exact value (state is equalt to X) and when you want to action to just return an existing value.