Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface AutomationTriggeringRule

Package version

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

Index

Properties

Optional expectedValue

expectedValue: undefined | string

The expected value.

Optional operator

operator: Operator

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

Optional propertyJPath

propertyJPath: undefined | string

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

Optional propertyType

propertyType: PropertyType

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

Generated using TypeDoc