[rules-users] Test Scenarios with Rule Flows in 5.1.1 Guvnor

kylin8627live kylin8627 at live.com
Thu Mar 31 13:57:07 EDT 2011


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.



More information about the rules-users mailing list