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 <denghongster@gmail.com> 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 files and
following code :

  kbuilder.add(ResourceFactory.newClassPathResource("HelloWorldSample.rf"),
ResourceType.DRF);
  kbuilder.add(ResourceFactory.newClassPathResource("assignment.dsl"),
ResourceType.DSL);
  kbuilder.add(ResourceFactory.newClassPathResource("assignment.dslr"),
ResourceType.DSLR);

but when i start a process instance and the token arrive at a
humantask,the "assignment rule" couldn't be firing.
who can tell me how can i do it?
_______________________________________________
rules-users mailing list
rules-users@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/rules-users



--
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

Esteban Aliverti