# Process Start Trigger

> `UiPath.Core.Activities.ProcessStartTrigger`

`UiPath.Core.Activities.ProcessStartTrigger`

Performs one or multiple activities when a specified process starts.

## Project compatibility

**Windows** | **Windows - Legacy**
:::note
This activity is valid only inside a Trigger Scope activity.
:::

## Configuration

* **Process Name** - The name of the process you want to monitor. This field supports only strings and String variables. You can add wildcard characters such as `*`, which represents zero or more characters, and `?`, which represents any single character.

## In the Properties Panel

#### **Options**

* **DisplayName** - The display name of the activity.
* **Process Name** - The name of the process you want to monitor. This field supports only strings and String variables. You can add wildcard characters such as `*`, which represents zero or more characters, and `?`, which represents any single character.
* **Private** - If selected, the values of variables and arguments are no longer logged at Verbose level.
