[jboss-user] [jBPM] - How to use rules in JBPM-4.3

Huisheng Xu do-not-reply at jboss.com
Mon Apr 19 05:23:01 EDT 2010


Huisheng Xu [http://community.jboss.org/people/rebody] replied to the discussion

"How to use rules in JBPM-4.3"

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

--------------------------------------------------------------
Hi Felix,
  The jBPM-4.3 already support drools integartion. You could use RulesActivity directly.

  If you want to let all the child executions of a forkActivity running parallel, you could set continue attribute like below:

 <fork>
  <transition name="A" to="A"/>
  <transition name="B" to="B"/>
 </fork>

  <java name="A" continue="async"/>

  <java name="B" continue="async"/>

--------------------------------------------------------------

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

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

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20100419/3765a064/attachment.html 


More information about the jboss-user mailing list