src/engine/structure.ts
Base for the Rule definition
Properties |
id |
id:
|
Type : string
|
Unique id associated to a rule |
inputRuntimeFacts |
inputRuntimeFacts:
|
Type : string[]
|
Runtime facts that are needed for the rule execution (sent by the CMS) |
name |
name:
|
Type : string
|
Name of the rule |
outputRuntimeFacts |
outputRuntimeFacts:
|
Type : string[]
|
Runtime facts that are created/updated by the rule |
rootElement |
rootElement:
|
Type : AllBlock
|
rootElement of the rule, that contains either a block, either an action list |