This morning I tested it, it works fine. My startProcess rule like this.
rule "StartProcess"
salience 100
when
eval(true);
then
#kcontext.getKnowledgeRuntime().startProcess("ProcessName");
drools.getWorkingMemory().startProcess("ProcessName");
drools.getWorkingMemory().fireAllRules();
end
Then all rules are assigned to each workflow-group.
Thanks everyone for providing me help!
Weilin
--
View this message in context:
http://drools-java-rules-engine.46999.n3.nabble.com/Test-Scenarios-with-R...
Sent from the Drools - User mailing list archive at
Nabble.com.