# Get work items

> `UiPath.Bizagi.Activities.BizagiGetWorkItems`

`UiPath.Bizagi.Activities.BizagiGetWorkItems`

Retrieves the list of work items for the given case.
:::note
A maximum of 500 work items can be retrieved for a given case.
:::

## Properties

### Input

* **ProcessName** (`String`) - The name of the executed BPM process.
* **CaseNumber** (`String`) - The number of a case. This represents a process that is currently running.

### Misc

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

### Output

* **WorkItems** (`BizagiWorkItem[ ]`) - An array that contains all the work items for the given process and case.
