We have an application app1.jar with multiple bpmn flows packaged. The processes.xml file for app1.jar in located under src/main/resources/META-INF/processes.xml
The app1.jar contains two other jars dependencies (app2.jar and app3.jar). The app2.jar and app3.jar contains its own bpmm files and processes.xml under their META-INF folder. When we deploy app1.jar, we only see bpmn processes in the cockpit. We don’t see the bpmn process flows present in other two jar dependencies (app2 and app3). Please advice what could be causing this issue?
This is our processes.xml files present in all jar files having bpmn flows
<properties>
<property name="isDeleteUponUndeploy">false</property>
<property name="isScanForProcessDefinitions">true</property>
</properties>