diff --git a/docs/components/best-practices/modeling/choosing-the-resource-binding-type.md b/docs/components/best-practices/modeling/choosing-the-resource-binding-type.md index d6165b32696..b3f31bb5f6b 100644 --- a/docs/components/best-practices/modeling/choosing-the-resource-binding-type.md +++ b/docs/components/best-practices/modeling/choosing-the-resource-binding-type.md @@ -44,8 +44,7 @@ Camunda 8 supports the following binding types:
If the process element has already been reached, you can use process instance modification to reactivate and relink it to the newly deployed target resource version.
Be aware that using latest
can lead to unexpected behavior if you deploy a new version of the target resource without ensuring backwards compatibility with every deployed process that depends on it.
Therefore, it might not be suited for production environments that require stability and a predictable behavior.
Be aware that using latest
can lead to unexpected behavior if you deploy a new version of the target resource without ensuring backwards compatibility with every deployed process that depends on it.
This might not be suited for production environments that require stability and a predictable behavior.