Package version:

Interface AutomationTriggeringRule

A rule which is evaluated upon event interception. The rule is configured by comparing a specific value from the event model to an expected value. This comparison is done by using one of the supported operators set.

Hierarchy

  • AutomationTriggeringRule

Properties

expectedValue?: string

The expected value.

operator?: string

A valid comparer operator to use. A case-insensitive comparison will be applied for String PropertyType.

propertyJPath?: string

The JPath of the entity model property that should be checked.

propertyType?: string

The data type of the compared operands (string, integer, floating point number or a boolean [true/false]]

Generated using TypeDoc