clara

http://www.clara-rules.org/
Joel 2019-04-25T01:51:23.000300Z

(defrecord Decision [type])

Joel 2019-04-25T01:58:08.000500Z

I tried this format, didn't help: [:not [Decision (contains? #{:allow} (:type this))]]

Joel 2019-04-25T01:59:00.000700Z

kind of feel like i can't do "non-existance"

Joel 2019-04-25T04:01:29.000900Z

i see examples of the same ... i don't get what I'm doing wrong.

Joel 2019-04-25T04:09:53.001100Z

It actually works as expected if I add the fact when making the session.

Joel 2019-04-25T04:45:19.001300Z

changing salience fixes this!?

Joel 2019-04-25T17:48:47.000800Z

thanks @wparker. I opened clara ticket and that has been insightful as well.