Batch Size
Uncontrolled node
Overview
If your job has Is Batch and Use Batch Input Data enabled, then you can set the batch size for the job.
The batch size determines how many rows from the selected database table are passed into each workflow run.
For example, if you have a table with 100 rows and set the batch size to 10, the workflow will run 10 times, each time receiving 10 rows of data.
The last batch may contain fewer rows if there are insufficient rows remaining in the table.
Use the Batch Size node to access the batch size within your workflow.
Outputs
| Output | Type | Description | Default |
|---|---|---|---|
| Size | Number | The batch size defined in the job settings | - |