Skip to content
Release: Australia · Updated: 2026-03-12 · Official documentation · View source

Preparation for creating a decision tree

Before configuring a decision tree, process analysts should document the flow of the decision tree using a flow chart including the questions, answers, associated paths, and guidance.

Anita, who is a process analyst at the StellarVest bank wants to create a decision tree that enables agents to troubleshoot a failed credit card transaction.

Anita first creates a flowchart to document the flow of a decision tree to determine the questions, answers, and possible guidance to configure.

Image omitted: ex-decision-tree-flow-chart.png
A flow chart depicting the flow of the decision tree that the admin wants to configure.
No.ElementNameDescription
1Start nodeCard holder and transaction detailsStart node that collects customer, credit card, and transaction details.
2PathAmount is debitedPath with condition: Amount is debited.
3Guidance nodeInitiate transaction trackingGuidance to initiate transaction tracking when amount is debited.
4Question nodeFurther assistance neededAsk whether the customer needs further assistance.
5Guidance nodeProvide more optionsGuidance to provide more options such as talk to an agent or request a new card.
6PathAmount is not debitedPath with condition: amount isn’t debited.
7Question nodeFailure codesCollect transaction failure codes when amount isn’t debited.
8PathError 200Error code received is 200.
9Guidance nodeReassign caseGuidance to reassign the case to someone else.
10PathError 300Error code received is 300.
11Guidance nodeCreate work orderGuidance to create a work order for dispatching a new credit card.
12PathError 500Error code received is 500.
13Guidance nodeAssign IT technicianGuidance to assign an IT technician to resolve the issue.