This guide is a continuation of the How to configure module outcomes in GO guide. It walks you through the process of configuring evaluation decisions in GO. This guide also assumes you have already set up evaluation in your customer journey. For more details on setting up evaluation, refer to the Set up evaluation documentation. Configuring evaluation decisions involve:
  • Adding evaluations to a decision
  • Renaming a decision
  • Adding conditions for decision results
  • Adding decision subgroups
  • Deleting decision outcomes

Add a decision

In an evaluation, you can add as many decisions as needed to ensure a strong verification process based on your use case. Follow the steps below to add a new decision.
  1. Click Evaluation.
  2. Click Configure decisions.
  3. Click Add decision. A new decision appears at the bottom of the window. You can now build decision rules in the provided query builder.
If none of the decisions are met during a verification process, the default decision is Decision: Manual review. You can select a default decision from the list.

Change decision name

Renaming decisions helps you identify and manage them more easily, especially when you are working with multiple evaluations or complex journeys. Follow the steps below to change the name of the evaluation decision.
  1. Click Evaluation.
  2. Click Configure decisions.
  3. Click Remove outcome next to the decision you want to rename.
  4. Type the decision name of your choice into the text input field.
  5. Click Done.

Add decision condition

Conditions are the rules that automatically decide what happens to a customer based on their verification results. Think of them as if-then statements, for example, if you added an evaluation after a Data Verification module, you could configure a decision that works like this: If Data Verification is No Match, then Decision: Reject. Follow the steps below to add conditions for a decision.
  1. Click Add condition next to an evaluation.
  2. Select and configure conditions from the condition list.

Add subgroup to decision

A subgroup allows you to build nested conditional logic within your evaluation decisions. They let you group conditions together and apply different logic operators to each group. Subgroups allow you to build logic to create better outcome conditions to fit your use case. Follow the steps below to add a subgroup to a decision.
  1. Click Add sub group. A subgroup appears at the bottom of the decision.
  2. Configure evaluation subgroup decisions.

View existing decisions

As a user, you can view existing decisions that were previously configured. Follow the steps below to view existing decisions.
  1. Click Evaluation.
  2. Click Configure decisions.
You can then view the existing decisions.

Edit existing decisions

As a user, you can make edits and configurations to existing decisions. Follow the steps below to edit existing decisions.
  1. Click Evaluation.
  2. Click Configure decisions.
  3. Edit the decision and condition parameters as needed. For example, you can configure conditions based on modules connected to an evaluation node. For instance, if an evaluation was added to a Name Match module, Name Match (NameMatch) appears in the condition list. Select the module from the list, then modify the conditions by changing the operator from is not to is and updating the value from IsNameMatch to Error. This leads to a Decision: Reject.

Delete decisions

Click the delete icon to remove a decision or condition from an evaluation.
Outcomes and decisions are evaluated in order from top to bottom. When a condition is met, that result is returned and processing stops. For example, in a NameMatch module, if customer names match correctly, the system immediately returns the IsNameMatch outcome. All remaining configured outcomes are skipped.