marketplace
latest
false
- Release notes
- Overview
- Getting started
- Marketplace Vendors
- Marketplace Customers
- Publishing Guidelines
- Publishing Guidelines for Ready-to-go Automations
- Publishing Guidelines for Solution Accelerators
- Publishing Guidelines for Integration Service Connectors
- Publishing Guidelines for Process Mining app templates
- Security & IP Protection
- Other UiPath Listings
- Bizagi scope
- Create case
- Execute work item
- Get cases
- Get work items
- Node-RED
- Setup
- Teams
- Microsoft Teams scope
- Create team
- Create team from group
- Get team
- Get teams
- Channels
- Create channel
- Delete channel
- Get channel
- Get channels
- Update channel
- Chats
- Get chat
- Get chats
- Get chat members
- Messages
- Get message
- Get messages
- Get message replies
- Reply to message
- Send message
- Events
- Create event
- Delete event
- Get event
- Get events
- Users
- Get user presence
- How it works
- Technical references
- Get started
- About
- Setup
- Technical references
- Azure Form Recognizer scope
- Activities
- Analyze form
- Analyze form async
- Get analyze form result
- Analyze receipt
- Analyze receipt async
- Get analyze receipt result
- Analyze layout
- Analyze layout async
- Get analyze layout result
- Train model
- Get models
- Get model keys
- Get model info
- Delete model
- Connectors
- How to create activities
- Build Your Integration

Marketplace user guide
Last updated Mar 30, 2026
Get work items
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.