Hi,
Is there a way to deploy a jpdl directly from signavio-repo?
One way is to give the path in repositoryService.createDeployment().addResourceFromClasspath(processName+".jpdl.xml").deploy();
But this makes sense when I am not creating any web project.
If I create a dynamic web project, then I need to point the path to the signavio-repo directory. So are there any APIs available to do that, so that the WAR takes jpdl from signavio-repo?
An alternate is to copy that file and overwrite it in WAR/WEB-INF/classes. But this is not the ideal way i suppose.
regards.