I'm currently not able to set up a .bpmn file with tasks that references a rule-flow. Can you give me an help ?
This is what I did.
But, I don't get where I can set the rule flow for the task.
As usually, an image is worth a thousand words.
The problem is that I don't find any way to specify a "rule flow" for that "business rule task". Any advice about where to set it ?
As sometimes happens, just writing the question makes you think about new ways in which you can solve your problem.
Fact is that in RHDS there are different editors that can edit .bpmn
files. One of them is "BPMN process editor". If you take care in opening the file with that editor (instead of Bpmn2 Diagram Editor), you'll see another property editor that allows you to set up the "rule-flow".
Here, you see that it is possible to edit the rule flow!
And obviously, now I know where I can edit directly in the xml.
<businessRuleTask id="BusinessRuleTask_4" name="group1" g:ruleFlowGroup="group1flow" >
<ioSpecification>
[...]
</businessRuleTask>
That's the xml namespace...
xmlns:g="http://www.jboss.org/drools/flow/gpd"