Camunda run deploy new definition

Hi guys,
I have always used camunda with tomcat container. Now I need to migrate on Kubernetes/Docker and I’d like to use the spring boot version and boot the image tagged with “run”.

What is the best practice to deploy my jar package with BPMN file and java classes?

Thanks
L

Hello @lsantaniello ,

Run is intended to serve as standalone process engine, meaning that you could also provide your own Java classes. But, it is designed to have your Application next to it and use the Rest API and the external Task Pattern to create an application independent from the process engine.

I hope this helps

Jonathan