JBoss Community

Re: How to load multiple bpmn files as jbpm:resource in spring config?

created by wqe wqe in jBPM - View the full discussion

Try this .

 

 

<jbpm:kbase id="kbase">

        <jbpm:resources>

            <jbpm:resource type="BPMN2" source="classpath:xxxxx1.bpmn" />

            <jbpm:resource type="BPMN2" source="classpath:yyyyy2.bpmn" />

        </jbpm:resources>

    </jbpm:kbase>

 

Disclaimer : Not test yet

Reply to this message by going to Community

Start a new discussion in jBPM at Community