From 71deae5c4308c1f2a8d7fe2dfe607c3095419df0 Mon Sep 17 00:00:00 2001 From: Petros Savvidis Date: Tue, 17 Sep 2024 11:18:59 +0300 Subject: [PATCH] chore(user-guide): Add Deployment Docs Add documentation for property `camunda.bpm.run.deploymentdeploy-changed-only` Related-to: https://github.com/camunda/camunda-bpm-platform/issues/2652 --- content/user-guide/camunda-bpm-run.md | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) diff --git a/content/user-guide/camunda-bpm-run.md b/content/user-guide/camunda-bpm-run.md index 0b36a927c..441c7871f 100644 --- a/content/user-guide/camunda-bpm-run.md +++ b/content/user-guide/camunda-bpm-run.md @@ -305,6 +305,32 @@ Camunda Run can be configured to disable the REST endpoint which exposes the WAD +## Deployment + +Camunda Run also supports configuration options for customizing the deployment. + + + + + + + + + + + + + + +
PrefixProperty nameDescriptionDefault value
camunda.bpm.run.deployment.deploy-changed-only +
    +
  • When set to true, only deployments with changed resources will be deployed to the engine database.
  • +
  • When set to false, all deployments will be deployed without filtering their resources.
  • +
+ The property can be useful for controlling the deployment behaviour of the engine in case of restarts, similar to the + }}">Spring Framework Integration +
true
+ ## LDAP Identity Service Camunda 7 can manage users and authorizations on its own, but if you want to use an existing LDAP authentication database you can enable the [LDAP Identity Service Plugin]({{< ref "/user-guide/process-engine/identity-service.md#the-ldap-identity-service" >}})