You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/en/docs/refguide/modeling/application-logic/microflows-and-nanoflows/activities/integration-activities/call-external-action.md
+12-2Lines changed: 12 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -69,8 +69,18 @@ Every parameter must have a value specified unless the service indicates that th
69
69
70
70
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`.
71
71
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.
73
79
74
80
{{% 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/).
76
82
{{% /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