Creating a decision tree
You create a decision tree by specifying a name and optionally
specifying a package.
About this task
Deprecated feature:
Decision trees are deprecated as of V8.8.1.0. This feature will
be removed in a future release of the product. See Deprecated and removed features for migration details.
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.