Skip to content

Latest commit

 

History

History
16 lines (8 loc) · 563 Bytes

File metadata and controls

16 lines (8 loc) · 563 Bytes

RuleCondition

A single condition within a rule. Conditions within a rule are AND-ed together.

Properties

Name Type Description Notes
field String The input context field this condition tests. Allowed values depend on the rule set type (trigger vs. outcome) and the step's connector/operation.
operator RuleConditionOperatorEnum
value String The value `field` is compared against, using `operator`.