From 07989075a7b49eaa5b4a5630bd2fd636be6942c0 Mon Sep 17 00:00:00 2001 From: Joost Verhoog Date: Mon, 17 Nov 2025 08:50:23 +0100 Subject: [PATCH 1/2] Add attributes to open types when calling an external action --- .../call-external-action.md | 15 +++++++++++++-- 1 file changed, 13 insertions(+), 2 deletions(-) diff --git a/content/en/docs/refguide/modeling/application-logic/microflows-and-nanoflows/activities/integration-activities/call-external-action.md b/content/en/docs/refguide/modeling/application-logic/microflows-and-nanoflows/activities/integration-activities/call-external-action.md index 0941a5e55f4..8484f791d87 100644 --- a/content/en/docs/refguide/modeling/application-logic/microflows-and-nanoflows/activities/integration-activities/call-external-action.md +++ b/content/en/docs/refguide/modeling/application-logic/microflows-and-nanoflows/activities/integration-activities/call-external-action.md @@ -69,8 +69,19 @@ Every parameter must have a value specified unless the service indicates that th When the service indicates that a value cannot be empty (with `Nullable="false"`), the microflow will throw an error if the value evaluates to `empty`. -If you have selected a variable for an entity that has associations, you can select which associations you want to include in the arguments that you call the external action with. - {{% alert color="info" %}} The possibility to not specify a value for optional parameters was introduced in Studio Pro 11.4.0. {{% /alert %}} + +### Additional Attributes + +If you have selected a variable for an entity that is an open type (`OpenType="true"`), you can add additional attributes. The runtime adds these attributes to the attributes of the object when calling the action. + +{{% alert color="info" %}} +The possibility to add additional attributes was introduced in Studio Pro 11.5.0. +{{% /alert %}} + +### Associations to Include + +If you have selected a variable for an entity that has associations, you can select which associations you want to include in the arguments that you call the external action with. + From 1e162be31dc04bc9b75c0f98ed43fc00ea89d218 Mon Sep 17 00:00:00 2001 From: Quinn Tracy <142489060+quinntracy@users.noreply.github.com> Date: Wed, 19 Nov 2025 14:00:34 +0100 Subject: [PATCH 2/2] Review --- .../integration-activities/call-external-action.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/content/en/docs/refguide/modeling/application-logic/microflows-and-nanoflows/activities/integration-activities/call-external-action.md b/content/en/docs/refguide/modeling/application-logic/microflows-and-nanoflows/activities/integration-activities/call-external-action.md index 8484f791d87..702278bea92 100644 --- a/content/en/docs/refguide/modeling/application-logic/microflows-and-nanoflows/activities/integration-activities/call-external-action.md +++ b/content/en/docs/refguide/modeling/application-logic/microflows-and-nanoflows/activities/integration-activities/call-external-action.md @@ -70,7 +70,7 @@ Every parameter must have a value specified unless the service indicates that th When the service indicates that a value cannot be empty (with `Nullable="false"`), the microflow will throw an error if the value evaluates to `empty`. {{% alert color="info" %}} -The possibility to not specify a value for optional parameters was introduced in Studio Pro 11.4.0. +The ability to not specify a value for optional parameters was introduced in [Studio Pro 11.4.0](/releasenotes/studio-pro/11.4/). {{% /alert %}} ### Additional Attributes @@ -78,10 +78,9 @@ The possibility to not specify a value for optional parameters was introduced in If you have selected a variable for an entity that is an open type (`OpenType="true"`), you can add additional attributes. The runtime adds these attributes to the attributes of the object when calling the action. {{% alert color="info" %}} -The possibility to add additional attributes was introduced in Studio Pro 11.5.0. +The ability to add additional attributes was introduced in [Studio Pro 11.5.0](/releasenotes/studio-pro/11.5/). {{% /alert %}} ### Associations to Include -If you have selected a variable for an entity that has associations, you can select which associations you want to include in the arguments that you call the external action with. - +If you have selected a variable for an entity that has associations, you can select the associations you want to include in the arguments that you call the external action with.