CacheControl / json-rules-engine

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

Adding path values to events #313

Closed naveenkapoorRH closed 2 years ago

naveenkapoorRH commented 2 years ago

Is it possible to do this. I have searched in vain.

{ "conditions": { "all": [ { "fact": "BENEFIT", "operator": "greaterThan", "value": 80 } ] }, "event": { "type": "TEST1", "params": { "RCPT_TOT": "$.RCPT_TOT" // Want to pass the value in the event ????? } } }

naveenkapoorRH commented 2 years ago

Nm, I see this.

naveenkapoorRH commented 2 years ago

Apologies