Get Deployment .bpmn

Hi,

I’m creating a deployment using createDeployment().addInputStream , and it’s working fine.

But now I want to get the actual .xml used in the deployment. I see that camunda store it in the table act_ge_bytearray but I’m not able to get it through java api. Is it possible ?

Check out:

https://docs.camunda.org/javadoc/camunda-bpm-platform/7.6/org/camunda/bpm/engine/RepositoryService.html#getProcessModel(java.lang.String)

1 Like

Hi @StephenOTT,

Thanks for the answer!

Cheers,
Felipe