Should I run side effectful things (database/email) in the RHS of a rule. Or should I insert a new fact, query the session, and do side effectfs based on the query result?
The latter is recommended, Clara makes no promises on the number of times that the RHS will be executed before reaching steady state.
Thank you @ethanc, I thought that might be the case but just wanted to clara-fy :rolling_on_the_floor_laughing:.