Batch Processor
Category: Transform
Process data in configurable batches with custom processing functions
What this node does
- Configurable batch size
- Custom processors
- Progress tracking
- Error handling
How to use
- In the Agentic Studio, open or create a workflow
- In the node palette on the left, find Batch Processor under the Transform category (or use the search bar)
- Drag the node onto the canvas
- Double-click the node to open its configuration dialog
- Fill in the required parameters (see Configuration below)
- Connect the Input Data input port from an upstream node
- Optionally connect the Batch Size port if needed
- Connect the Processed Results output to the next node downstream
Inputs
| Port | Type | Required | Description |
|---|---|---|---|
| Input Data | array | ✓ | A list of items |
| Batch Size | number | Optional | Numeric value |
Outputs
| Port | Type | Description |
|---|---|---|
| Processed Results | array | A list of items |
Configuration
Open the configuration dialog by double-clicking the Batch Processor node on the canvas.
| Parameter | What to enter |
|---|---|
batchSize | Number of records to process per batch (larger = faster but more memory) |
processor | Configure processor in the node settings |
continueOnError | Configure continueOnError in the node settings |
When to use this node
- Batch API calls
- Bulk data processing
- Rate-limited operations
Need help configuring this node?
Go to Settings → Connectors to set up the connection this node depends on, then reference the connector ID in the node configuration dialog.