AutomationTriggeringRule interface  
在事件截获时评估的规则。 通过将事件模型中的特定值与预期值进行比较来配置规则。 此比较是使用受支持的运算符集之一完成的。
属性
| expected | 
	预期值。  | 
| operator | 要使用的有效比较器运算符。 不区分大小写的比较将应用于 String PropertyType。  | 
| property | 
	应检查的实体模型属性的 JPath。  | 
| property | 
	比较作数的数据类型(字符串、整数、浮点数或布尔值 [true/false]]  | 
属性详细信息
		expectedValue
	 
	预期值。
expectedValue?: string
				属性值
string
operator
要使用的有效比较器运算符。 不区分大小写的比较将应用于 String PropertyType。
operator?: string
				属性值
string
		propertyJPath
	 
	应检查的实体模型属性的 JPath。
propertyJPath?: string
				属性值
string
		propertyType
	 
	比较作数的数据类型(字符串、整数、浮点数或布尔值 [true/false]]
propertyType?: string
				属性值
string