Class: FieldCompareCondition

Conditions. FieldCompareCondition

Compare fields across global,context, volatile and message memories. left and right operands should have a dot notation with the object name. Eg: message.text, context.amount etc. Operator could be any logical operator like ===, <, <==, !==, ==> etc.

new FieldCompareCondition()

Members


parameters :Object

Node parameters.
Type:
  • Object
Properties:
Name Type Description
parameters
Properties
Name Type Description
left ExpressionString | MemoryField
operator Operator logical operator
right ExpressionString | MemoryField

Methods


validators()

defines validation methods to execute at the editor; if one of them fails, a dashed red border is displayed for the node
Returns:
Type
Array.<Validator>