Jboss Drools- It is possible to write two or more conditions (in WHEN block )in single rule? -


Is it possible to write two or more conditions in a rule?

Where is the WHEN block?

Yes .. if they have more conditions then you can write as much as you like, check docs if they Or the conditions are recommended to divide the rules into several rules, then just for simplicity.


Comments

Popular posts from this blog

sqlite3 - UPDATE a table from the SELECT of another one -

c# - Showing a SelectedItem's Property -

javascript - Render HTML after each iteration in loop -