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
- 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 all batch instances
UiPath.Ephesoft.Activities.GetAllBatchInstances
Retrieves all active Batches with a specified status.
Properties
Common
- DisplayName (
String) - The display name of the activity.
Misc
- Private (
Boolean) - If selected, the values of variables and arguments are no longer logged at Verbose level.
Options
- Status (
String) - The status of batch instances to retrieve. Possible options are as follows:- New
- Ready
- Running
- Ready_For_Review
- Ready_For_Validation
- Error
- Finished
- Deleted
- Restarted
- Restart_In_Progress
- Transferred
- Remote
- Shared_Folder_Error
- License_Error
Output
- BatchInstances (
BatchInstance[ ]) - A collection of batches with the indicated status that are currently being processed.
Custom Classes
BatchInstance
- BatchName (
Single) - The name given to the batch (possibly with the Upload Batch activity) - Executed Modules (
Single) - A list of modules (such as the extraction module) through which this batch has already passed. - Identifier (
DataTable) - A unique ID for this batch. - LocalFolder (
EphesoftField[ ]) - The location in the Folder Management section containing this batch. - UncSubFolder (
Single) - A specific folder in the Transact database into which a batch is placed when an instance of it is created.