What is currently happening?
I fixed a typo-error in the process.bpm (attached). I want to start a new instance but using this fixed file process.bpmn. process.bpmn (3.9 KB)
What are your expectations?
I expect there is a way to do it without re-runing all the project again.
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.