jruizgit / rules

Durable Rules Engine
MIT License
1.16k stars 206 forks source link

Return list of rules that matched #276

Open rgacote opened 5 years ago

rgacote commented 5 years ago

Is it possible to get a list of rules that matched or were triggered by the input data? Useful for providing an audit trail, as well as debugging.

jruizgit commented 5 years ago

Hi, thanks for asking the question. This is not possible right now, we will consider adding support for it in the future.

rgacote commented 5 years ago

Thanks.

dcrespol commented 3 years ago

I'm also eager to getting the rules that matched. I need to do this to let an external system know what happened.