---
title: "Triggering Outcomes on Intercepted Data"
slug: "triggering-outcomes-intercepted-data"
description: "This document shows Trigger Outcomes to handle Intercepted Data in Decisions. The tutorial shows how to create an automated handler on Manually Approve if Horse on the included example, that notifies the user and continues the flow. "
updated: 2024-08-20T15:17:29Z
published: 2024-08-20T15:17:29Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://documentation.decisions.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Triggering Outcomes on Intercepted Data

## Overview

This tutorial demonstrates how to create user action and how to trigger outcomes to handle intercepted data in Decisions. To prevent the process Flow from stopping when invalid data is intercepted, trigger **Rule Set** outcomes on intercepted data automatically and send invalid data on a different branch than the main Flow.

## Example

In this example, a Rule handler action will be created and evaluate data in a Flow.

1. Begin in the **Rule Set**Folder****and click **Setup Rule Set**on the actions bar. In the ADVANCED category, enter "Notify Type" in the **Defined Outcome Paths**field and click SAVE.Creating an outcome path will also create a user action. Right-clicking on an intercepted data will display the outcome path in bold.

![](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/2024-08-20_10h56_20.png)
2. Click ADD RULE on the actions bar and select **Evaluation**.  
![](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/2024-08-20_11h00_31.png)
3. Name the Rule (Display If Horse) and click CREATE RULE.  
![](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/2024-08-20_11h01_46.png)
4. Configure the Rule to evaluate if the pet type equals horse. Under the [RULESET OUTCOME PATH] on the **Properties**panel, click the **Outcome Path On True** and select **Notify Type**. On the **Outcome Path On False**, select **Done**. Then, click **Save**and close the Rule Designer.  
![](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/2024-08-20_11h04_11.png)
5. Navigate to the**Interceptor Rule** Folder and open the main Flow (Pet Rule Flow). Click the **Notify Type** path and add a **Show Popup**step.  
![](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/2024-08-20_11h05_29.png)
6. Under the INPUTS category, select **Unknown**next to the **Subject** field and select **Select From Flow**. Select **Pet Type [String]** and click DONE. Then, enter "This is a Notification" for the **Message**field.  
![](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/2024-08-20_11h07_51.png)
7. Connect the Done path of the Show Popup step to the **End**step. Then, click Save to save changes to the Flow.  
![](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/2024-08-20_11h10_12.png)

## Debug

1. On the top action panel, click **Debug**.
2. Enter "5" in the **Age**field and "Horse" in the **Pet Type**field. Then, click START DEBUGGING.After the Rule Set Runs it will evaluate the data and either go down the **Done** pathway or the **Manually Approve** pathway.
