Type to start searching...

Rule

An individual rule in a ruleset.

Description
Rules are eveluated in order until all unknown variables are satisfied. At this point the result, or goal, is returned.
Properties
condition : string

The condition upon which the rule is subject to. A Scheme expression.

description

Description of the Rule.

Valid values based on“string”.
255 (maxLength)
enabled : boolean

Specifies if the rule is enabled or not.

name : identifier

Uniquely identifies the Rule.

Valid values based on“string”.
:?[\p{L}_][\p{L}\p{N}_]*(:[\p{L}_][\p{L}\p{N}_]*)*

Value must begin with a letter or an underscore. Case and length are not restricted. Letters, numbers and underscores are allowed. Colon is used as a scope separator. Spaces and other punctuation characters are not allowed.

Content
Parents
  • RuleSet - A set of rules to support run-time configurable business logic.