Re: [rules-users] use rule assign actor

2010-05-20 Thread HONG DENG
thank you for your answer.I look at the source code of Drools ,if want the "assignment rule" to take effect, must add the following code in drools configuration file : *drools.advancedProcessRuleIntegration = true* 2010/5/21 Esteban Aliverti > I don't really know whether your rule will be activ

Re: [rules-users] use rule assign actor

2010-05-20 Thread Esteban Aliverti
I don't really know whether your rule will be activated or not, but you are missing the ksession.fireAllRules() call. Try to add a Logger to your session to see if the rule gets activated or not. Best, 2010/5/19 HONG DENG > *I paste all information here : > > HelloWorldSample.rf * : > > > http

Re: [rules-users] use rule assign actor

2010-05-19 Thread HONG DENG
*I paste all information here : HelloWorldSample.rf * : http://drools.org/drools-5.0/process"; xmlns:xs="http://www.w3.org/2001/XMLSchema-instance"; xs:schemaLocation="http://drools.org/drools-5.0/processdrools-processes-5.0.xsd"; type="RuleFlow" name="flow" id="com.samp

Re: [rules-users] use rule assign actor

2010-05-19 Thread Esteban Aliverti
A good start could be to give us more info, like your rules, your flow and how are you executing them. ;) Best, On Wed, May 19, 2010 at 6:39 AM, HONG DENG wrote: > hi , i am a drools flow newbie.I want to using "assignment rule" > assign a actor to a HumanTask. I have write a dsl and dslr file

[rules-users] use rule assign actor

2010-05-19 Thread HONG DENG
hi , i am a drools flow newbie.I want to using "assignment rule" assign a actor to a HumanTask. I have write a dsl and dslr files and following code : kbuilder.add(ResourceFactory.newClassPathResource("HelloWorldSample.rf"), ResourceType.DRF); kbuilder.add(ResourceFactory.newClassPathResour