I am working with jBPM  for the first time since it was rewritten based on
Drools flow. I have a set up rules(separated with rule rule flow groups),
which need to be executed at different part of a process.  If I just start
the process as such(with parameters)

                ProcessInstance processInstance = this.session.startProcess(
                                "com.sample.process", vars);

My rules are ignored. The only thing I can do is insert the objects into
session then do the following: 

                ProcessInstance processInstance = this.session.startProcess(
                                "com.nasdaq.billing.core", vars);

                session.fireAllRules();

Is this the correct way to handle this or am I missing something(the
documentation is lacking in this area).

--
View this message in context: 
http://drools.46999.n3.nabble.com/jBPM-5-2-and-Drools-5-3-tp3682896p3682896.html
Sent from the Drools: User forum mailing list archive at Nabble.com.
_______________________________________________
rules-users mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/rules-users

Reply via email to