diff --git a/content/en/docs/refguide/modeling/resources/java-actions.md b/content/en/docs/refguide/modeling/resources/java-actions.md index 8f9bbc4224f..48f85c31e94 100644 --- a/content/en/docs/refguide/modeling/resources/java-actions.md +++ b/content/en/docs/refguide/modeling/resources/java-actions.md @@ -43,10 +43,14 @@ Common use cases include but are not limited to the following: * Mapping a query result to a certain entity type * Querying, searching, and filtering entities by type +In Studio Pro 11.12 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. + #### Microflow Type 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). +In Studio Pro 11.12 and above, a parameter of type **Microflow** can be configured as not required. If omitted, it will be null in the Java action. + #### Import Mapping Type 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).