Update a .form or a .bpmn in a process being executed with SpringBoot

I am executing a spring-boot project and need to update a .bpmn ¿how can I update it without re-running the spring-boot project? is it possible?

This is my current setup:

Hi @olvegam ,

for sure this is possible both via rest api and java code.

Regarding the rest api approach, here you will find more information on how to build such a request:
https://docs.camunda.org/rest/camunda-bpm-platform/7.19-SNAPSHOT/#tag/Deployment/operation/createDeployment

If you rather want to go the coding way, the repository service should be a good entry point. Using this you could also potentially implement a file watcher which automatically deploys whenever the file changes. Obviously this heavily depends on your usecase.

Kind regards
Adagatiya

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.