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&...]