Creating a Struct property
You use a Struct property to group primitive type properties.
About this task
You then create an extension model file and attach it to a rule model element.
Attention:
Do not use a reserved SQL keyword as the name of a property.
Procedure
To create a Struct property:
Results
You have now created a Struct property and attached it to a rule model element.
In XML, you create a Struct property as follows:
<struct>
<property name="status" type="Status"/>
<property name="author" type="String"/>
</struct>
Note:
The Struct property type is not supported for event assets.