Skip to content

Commit 232da2f

Browse files
authored
Merge pull request #11431 from lmeijvogel/lm-optional-java-action-parameters-mx10
Add note about optional Entity and Microflow parameters to Java actions [Mx10]
2 parents 3e4377d + 43a591b commit 232da2f

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

content/en/docs/refguide10/modeling/resources/java-actions.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,10 +43,14 @@ Common use cases include but are not limited to the following:
4343
* Mapping a query result to a certain entity type
4444
* Querying, searching, and filtering entities by type
4545

46+
In Studio Pro 10.24.22 and above, a parameter of type **Entity** can be configured as not required, unless it fills a type parameter. If omitted, it will be null in the Java action.
47+
4648
#### Microflow Type
4749

4850
The **Microflow** parameter type allows users of Java actions to pass a microflow into a Java action. In the generated Java action template code, this type is represented as a string (as in, the name of the microflow).
4951

52+
In Studio Pro 10.24.22 and above, a parameter of type **Microflow** can be configured as not required. If omitted, it will be null in the Java action.
53+
5054
#### Import Mapping Type
5155

5256
The **Import mapping** parameter type allows you to pass an import mapping into a Java action. In the generated Java action template code, this type is represented as a string (as in, the name of the import mapping).

0 commit comments

Comments
 (0)