【发布时间】:2013-04-19 03:41:30
【问题描述】:
我的 guvnor 规则是这样的:
Rule "aa"
dialect "mvel"
when
Fund( amount> 10000 )
then
Alert fact0 = new Alert();
fact0.setSummary( "hi" );
insert( fact0 );
end
并使用无状态知识会话。现在我想在代码中得到fact0。如何做到这一点?
请帮帮我。
【问题讨论】: