Skip to content

Commit 6e86320

Browse files
authored
Merge pull request #10369 from joostverhoog/open-types
Add attributes to open types when calling an external action
2 parents 0284025 + 1e162be commit 6e86320

File tree

1 file changed

+12
-2
lines changed
  • content/en/docs/refguide/modeling/application-logic/microflows-and-nanoflows/activities/integration-activities

1 file changed

+12
-2
lines changed

content/en/docs/refguide/modeling/application-logic/microflows-and-nanoflows/activities/integration-activities/call-external-action.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,8 +69,18 @@ Every parameter must have a value specified unless the service indicates that th
6969

7070
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`.
7171

72-
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.
72+
{{% alert color="info" %}}
73+
The ability to not specify a value for optional parameters was introduced in [Studio Pro 11.4.0](/releasenotes/studio-pro/11.4/).
74+
{{% /alert %}}
75+
76+
### Additional Attributes
77+
78+
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.
7379

7480
{{% alert color="info" %}}
75-
The possibility to not specify a value for optional parameters was introduced in Studio Pro 11.4.0.
81+
The ability to add additional attributes was introduced in [Studio Pro 11.5.0](/releasenotes/studio-pro/11.5/).
7682
{{% /alert %}}
83+
84+
### Associations to Include
85+
86+
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.

0 commit comments

Comments
 (0)