Skip to content

Commit f07a6ad

Browse files
committed
List of primitives in external actions with open type parameters
1 parent 5ce9a39 commit f07a6ad

1 file changed

Lines changed: 31 additions & 0 deletions

File tree

  • content/en/docs/refguide/modeling/application-logic/microflows-and-nanoflows/activities/integration-activities

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

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,37 @@ If you have selected a variable for an entity that is an open type (`OpenType="t
8181
The ability to add additional attributes was introduced in [Studio Pro 11.5.0](/releasenotes/studio-pro/11.5/).
8282
{{% /alert %}}
8383

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, and
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+
84115
### Associations to Include
85116

86117
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)