Skip to content

Commit 43a591b

Browse files
Format Entity and Microflow types in documentation
1 parent a6e63a4 commit 43a591b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,13 +43,13 @@ 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.
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.
4747

4848
#### Microflow Type
4949

5050
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).
5151

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.
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.
5353

5454
#### Import Mapping Type
5555

0 commit comments

Comments
 (0)