Event Property

Event properties can be used in the rule language grammar by following certain rules.

This is the syntax for accessing an event property:

eventName.propertyName

For example:

String x = eventA.customer;

where eventName is the identifier of the concept instance and propertyName is the name of the event property that you want to access.