Aller au contenu principal

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

  1. In the Agentic Studio, open or create a workflow
  2. In the node palette on the left, find Batch Processor under the Transform category (or use the search bar)
  3. Drag the node onto the canvas
  4. Double-click the node to open its configuration dialog
  5. Fill in the required parameters (see Configuration below)
  6. Connect the Input Data input port from an upstream node
  7. Optionally connect the Batch Size port if needed
  8. Connect the Processed Results output to the next node downstream

Inputs

PortTypeRequiredDescription
Input DataarrayA list of items
Batch SizenumberOptionalNumeric value

Outputs

PortTypeDescription
Processed ResultsarrayA list of items

Configuration

Open the configuration dialog by double-clicking the Batch Processor node on the canvas.

ParameterWhat to enter
batchSizeNumber of records to process per batch (larger = faster but more memory)
processorConfigure processor in the node settings
continueOnErrorConfigure 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.