Maciej Swiderski [https://community.jboss.org/people/swiderski.maciej] created 
the discussion

"Re: Solution needed"

To view the discussion, visit: https://community.jboss.org/message/648587#648587

--------------------------------------------------------------
> 1. How to set the variables in the rule task node(drl file) and carry the 
> same variables to further nodes.
you could try something like this:

when
     $process : WorkflowProcessInstance()

then
     $process.setVariable("name", "value")



>  2.  is it posssible to fire the drl file or rules  by sending the drl file 
> name as a parameter to a node as on-entry condition.
Why would you like to do that? In my opinion for such purpose you have 
bunsiness rule task

HTH
--------------------------------------------------------------

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

Start a new discussion in jBPM at Community
[https://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