Ya, I know that from configuration file.
1)Is it possible give the path in my class like
repositoryService.createDeployment() .****("D://files/mybpmn.bpmn") .deploy();
Instead of deploying it from the class path.
2) And when we are deploying multiple bpmn files by defining *.bpmn in xml, it is creating same deployment id for all the process.
If I do deploy separate to every bpmn files, it will create separate deployment id for each process,
Will it give any difference in both cases while running the processes ?
Thank you.