Rule Engine
A Rule Engine is like a set of instructions that follows a logical condition. It works based on the principle of "When certain conditions are met, perform a specific task." You can think of it as a smart interpreter for if-then statements. The if-then statements in this case are called rules.
With the Rule Engine, you can create as many rules as you want. A rule will execute when the specified condition or conditions are met. However, if you do not want a rule to execute automatically after creating it, you can turn it off in the rules table. All other rules will still execute automatically.
For detailed configuration follow this section: Rule Engine
Last updated