From 721a1dbb440deef537da090d611f435c48b23a11 Mon Sep 17 00:00:00 2001 From: mesellings Date: Fri, 9 Aug 2024 16:59:09 +0100 Subject: [PATCH] TW edits to binding type table --- .../modeling/choosing-the-resource-binding-type.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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 c50c7933aa..cce41816b8 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 @@ -13,7 +13,9 @@ You can choose the binding type for the linked target resource for the following - [Business rule tasks](/docs/components/modeler/bpmn/business-rule-tasks/business-rule-tasks.md#defining-a-called-decision) (if the DMN decision implementation is used) - [User tasks](/docs/components/modeler/bpmn/user-tasks/user-tasks.md#user-task-forms) (if a Camunda Form is linked) -The binding type determines the version of the target resource used at runtime. For example, for a call activity this would be the version of the called process to be instantiated. +The binding type determines the version of the target resource used at runtime. + +For example, for a call activity this would be the version of the called process to be instantiated. ## Supported binding types