Maciej Swiderski [
https://community.jboss.org/people/swiderski.maciej] created the
discussion
"Re: control only business rule execution"
To view the discussion, visit:
https://community.jboss.org/message/648588#648588
--------------------------------------------------------------
this is more drools question rather than jBPM but I'll try to put bit more light on
it. Rule activation is done on facts insert/update/retract. So whenever you insert a fact
rules will be activated but not fired.
What you could do (if I understood your case correctly - you need to add several facts
into session and then execute one rule on all these facts) you could insert them as
collection into the session and make your rule operate on collection rather than single
instances.
HTH
--------------------------------------------------------------
Reply to this message by going to Community
[
https://community.jboss.org/message/648588#648588]
Start a new discussion in jBPM at Community
[
https://community.jboss.org/choose-container!input.jspa?contentType=1&...]