Add bpmn to existing deployment

Hello

I have deployed 1 bpmn and 1 dmn in one deployemnt.
Here is my code:
processEngine.getRepositoryService().createDeployment()
.addClasspathResource(“koCheck.dmn”)
.addClasspathResource(“test.bpmn”)
.name(mydeploy)
.deploy();

Is it possible to add an other bpmn to the existing deployment?

I tried to create a new deploy with the same name but the Camunda manage the second deployment separately :’(.

Hi Gabor,

It is not possible to change a deployment after it has been made. However, it is also not clear to me why you want to do this.

What is the goal that you try to achieve? Maybe we can find a different way to get there.

Cheers,
Thorben

Hi Gábor,

just as an FYI: as you are using the Enterprise edition of Camunda BPM, you can also raise a support ticket for this request if you like and we will look into it in the scope of our product support :wink:

Cheers and have a great weekend,
Mat