Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 1010 Bytes

Rule.md

File metadata and controls

18 lines (11 loc) · 1010 Bytes

Rule

Properties

Name Type Description Notes
id UUID A unique identifier for the rule. [optional]
parentId UUID The ID of the rule that was copied to create this rule. [optional]
title String A short description of the rule.
description String A longer, more detailed description of the rule. [optional]
bindings List<Binding> An array that provides objects with variable names (name) and talang expressions to whose result they are bound (expression) during rule evaluation. The order of the evaluation is decided by the position in the array. [optional]
condition List<Object> A Talang expression that will be evaluated in the context of the given event.
effects List<Object> An array of effectful Talang expressions in arrays that will be evaluated when a rule matches.