Update Definition

Hopefully this is a simple question. We built a Spring Boot App for the Flowable Engine. It auto deploys the workflows at startup when the database is not been initialized which is good.

How do we update the definitions after that, we don’t want to keep wiping the database and I didn’t find a REST endpoint for PUT to update a definitions.

Thanks,

You can create a new deployment with POST /repository/deployments