[rules-users] Decision Tables: Probelm with sequence=true

2007-08-08 Thread Arjun Dhar
Hi, I usually use decision tables without sequence. But there was a request Not to use priority and if there was a conflict then the rule on top should get priority. I thought, sequence = true was a good way of ensuring that. But in the rules I call update(); this forces all the rules to fire

Re: [rules-users] Decision Tables: Probelm with sequence=true

2007-08-08 Thread Mark Proctor
As the docs state sequential rete, I'm assuming this is what you mean, does not allow full inference modification of data does not result in re-evaluation of rules, i.e. update() does nothing. You can achieve what you want using a custom Conflict Resolution Strategy, however I advise you to