Run multiple bpmn in single java project

Hi Folks,

I have java structure project like below

image

if you see, there New Business Process.bpmn and Submit Data to CAS.bpmn. Can my single java project run their both?and there’s no dependency between each bpmn. I plan to use spring for this project

thank you

Shouldn’t be a problem to have these - they’ll all be deployed to the same engine and in runtime they’ll be aware of eachother.