CacheControl/json-rules-engine

Adding path values to events

naveenkapoorRH opened this issue · 2 comments

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 ?????
}
}
}

Nm, I see this.

Apologies