Julio Faerman [http://community.jboss.org/people/jmfaerman] created the 
discussion

"Re: RuleTask as the 1st in the process"

To view the discussion, visit: http://community.jboss.org/message/591768#591768

--------------------------------------------------------------
I also noticed that the ruletask example doesn't reference the process 
instance.... the .drl reads:

...
    when
        m:HelloProcessModel(userlocation in ("NewYorkUser"), count < 4)

Shouldn't it be something like:
...
    when
        p:WorkflowProcessInstance()
        m:HelloProcessModel(userlocation in ("NewYorkUser"), count < 4) from 
p.getVariable("hpm")

?
--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/591768#591768]

Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to