Community

How to use rules in JBPM-4.3

reply from Huisheng Xu in jBPM - View the full discussion

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

Start a new discussion in jBPM at Community