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-Rule-Flows-in-5-1-1-Guvnor-tp2754820p2759724.html
Sent from the Drools - User mailing list archive at Nabble.com.
_______________________________________________
rules-users mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/rules-users