Skip to content

Commit

Permalink
Update docs/components/best-practices/modeling/choosing-the-resource-…
Browse files Browse the repository at this point in the history
…binding-type.md

Co-authored-by: Mark Sellings <[email protected]>
  • Loading branch information
jfriedenstab and mesellings authored Aug 22, 2024
1 parent 7e8ed18 commit f248491
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,7 @@ Camunda 8 supports the following binding types:
<li><p>If the process element has already been reached, you can use <a href="../../../concepts/process-instance-modification">process instance modification</a> to reactivate and relink it to the newly deployed target resource version.</p></li>
</ul>
</li>
<li><p>Be aware that using <code>latest</code> 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.</p></li>
<li><p>Therefore, it might not be suited for production environments that require stability and a predictable behavior.</p></li>
<li><p>Be aware that using <code>latest</code> 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.</p><p>This might not be suited for production environments that require stability and a predictable behavior.</p></li>
</ul>
</td>
</tr>
Expand Down

0 comments on commit f248491

Please sign in to comment.