Cockpit : viewing decision instance history of a deleted deployment

When creating a deployment you can call the DeploymentBuilder.enableDuplicateFiltering(true) method. The parameter true means that only the changed resources should be redeployed. Would that help you? I am not sure how to set in the Spring Boot environment though. Maybe @jangalinski can help us out.

See also: https://docs.camunda.org/javadoc/camunda-bpm-platform/7.4/org/camunda/bpm/engine/repository/DeploymentBuilder.html#enableDuplicateFiltering(boolean)