Rule Dependencies
Discover how rules are connected
Rule dependencies show the hierarchical and interconnected relationships between rules depending on each other. Rule dependencies are crucial for understanding the logical flow of rules and ensuring that they are applied correctly.
A dependency tree, which can be found in the rule settings shows the hierarchical relationship between rules. The tree structure illustrates which rules depend on others to be executed successfully. It's a valuable tool for preventing errors and ensuring the proper connection of rules in a system.

Dependency tree in rule settings
Each dependency in the structure is a clickable link to get to the rule details and solve errors.
- Rule not found - rule with the identifier (id, alias) was not found
- Duplicity id / alias - more rules with the same identifier (id, alias)
- Circular dependency - rules depend on each other in a loop
- Rule not published - rule is not published and cant be solved
Overall, a rule dependency tree acts as a preventive measure by providing an organized, visual representation of rule dependencies. This aids in maintaining the integrity of the rule-based system, reduces the likelihood of errors, and supports efficient development and troubleshooting processes.
Last modified 26d ago