# Get processes

> The **Get Processes** action returns the list of processes from your UiPath Orchestrator tenant for a specific environment.
:::note
This action is only applicable when the **Connection** is to a classic folder. See [Workato Connection](https://docs.uipath.com/add-ins/other/latest/user-guide/workato-connection#connection) for more information.
:::

The **Get Processes** action returns the list of processes from your UiPath Orchestrator tenant for a specific environment.
:::note
This action is only applicable when the **Connection** is to a classic folder. See [Workato Connection](https://docs.uipath.com/add-ins/other/latest/user-guide/workato-connection#connection) for more information.
:::

## How it works

The following steps are an example of how to configure the action and describes the input and output properties.

1. Complete the [Setup](https://docs.uipath.com/add-ins/other/latest/user-guide/workato-setup#setup) steps.
2. On your recipe, place the **Get Processes** action.
3. Enter values for the input properties.

## Input properties

### Environment

| Attribute | Details |
| --- | --- |
| **Type** | `String` |
| **Required** | Yes |
| **Default value** | Empty |
| **Allowed values** | Select from a list or enter a `String` value. |

## Output properties

The list of properties returned from the action.

| Property | Data Type |
| --- | --- |
| **Process List** | `Process[]` |
| **List Size** | `Number` |
| **Index** | `Number` |

### Process

The list of properties in each Process item.

| Property | Data Type |
| --- | --- |
| **ID** | `Number` |
| **Key** | `String` |
| **Process Key** | `String` |
| **Name** | `String` |
| **Description** | `String` |
| **Process Version** | `String` |
| **Is Latest Version** | `String` |
| **Process Type** | `String` |
