---
title: "Step Outcomes"
slug: "step-outcomes"
updated: 2025-06-10T13:48:28Z
published: 2025-06-10T13:48:28Z
---

> ## 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.

# Step Outcomes

## Overview

When a Step is selected in a Flow Designer, detailed information is available in the **Properties** panel. Some settings found here such as Step Information and Outcomes are shared universally for each step. The following document will focus on the Outcomes category.

The **Outcomes** section in the **Properties** panel for a step focuses on the output for a step. The settings found here allow a step to create/rename outcome paths along with listing and caching result data, providing visual clarity on potential outcomes of a step. When these settings are enabled, additional options will appear under the **Outputs** section in the Properties tab.

![](https://cdn.document360.io/6ef8bcc1-6489-4486-9ad1-83acff7e5df0/Images/Documentation/2025-06-10_09h47_40.png)

Below is a breakdown of each setting found in this section

| Setting | Description |
| --- | --- |
| [Add Outcome for Exception](/v9/docs/introduction-to-exception-handling) | When enabled, creates a new outcome path for the step. The step travels down this output path when an exception occurs. |
| Show No Data as Path | When enabled, creates a new outcome path for when no data is outputted from the step |
| Output Data Changes | When enabled, provides information on the state for the data passed through the step |
| Output Outcome Name | When enabled, includes the outcome path name as an output |
| [Cache Outcomes](https://documentation.decisions.com/docs/outcome-caching) | This setting allows information to be stored on the outcome of the step, rather than creating a copy when the step finishes. |
| Output Step Data as List | When enabled, allows all outputs from the step to be condensed into a list of DataPairs |

---

For further information on Flows, visit the [Decisions Forum](https://community.decisions.com/categories/Flows).
