Creating a decision tree
You create a decision tree by specifying a name and optionally
specifying a package.
About this task
Decision trees are composed of branches that have a condition node as their root, and end with actions. Every node is a condition node, except for leaf nodes. Decision trees allow you to manage a large set of rules with some conditions in common but not all.
Procedure
To create a decision tree:
Results
You can now use the decision tree editor to label and define the condition node and action, and to create further nodes, branches and actions as appropriate.