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
+31Lines changed: 31 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -81,6 +81,37 @@ If you have selected a variable for an entity that is an open type (`OpenType="t
81
81
The ability to add additional attributes was introduced in [Studio Pro 11.5.0](/releasenotes/studio-pro/11.5/).
82
82
{{% /alert %}}
83
83
84
+
#### Add/Edit Additional Attribute
85
+
86
+
An additional attribute can have one of the following types:
87
+
88
+
* Boolean
89
+
* Date and time
90
+
* Decimal
91
+
* Enumeration
92
+
* Integer/Long
93
+
* String
94
+
* List of Boolean
95
+
* List of Date and time
96
+
* List of Decimal
97
+
* List of Enumeration
98
+
* List of Integer/Long
99
+
* List of String
100
+
101
+
For types **Enumeration** and **List of Enumeration**, Studio Pro lets you choose the enumeration. This must be an external enumeration of the action's service.
102
+
103
+
For types that are not a list, you type an expression of the given type.
104
+
105
+
For list types, you:
106
+
107
+
1. Choose an entity.
108
+
2. Type an expression that is a list of that entity.
109
+
3. Choose an attribute of that entity with the given type.
110
+
111
+
{{% alert color="info" %}}
112
+
List-types were introduced in [Studio Pro 11.6.0](/releasenotes/studio-pro/11.6/).
113
+
{{% /alert %}}
114
+
84
115
### Associations to Include
85
116
86
117
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