# Get cases

> Activity properties and parameters for retrieving all cases for a given BPM process using the BizagiGetCases activity.

`UiPath.Bizagi.Activities.BizagiGetCases`

Retrieves all cases for a given process.
:::note
A maximum of 500 cases can be retrieved for a given process.
:::

## Properties

### Input

* **ProcessName** (`String`) - The name of the executed BPM process.

### Misc

* **Private** (`Boolean`) - If selected, the values of variables and arguments are no longer logged at Verbose level.

### Output

* **Cases** (`String[ ]`) - An array of strings containing the cases for the given process.
* **NumberOfCases** (`Integer`) - An integer value that contains the number of returned cases.
