Skip to main content

Batch Length

Uncontrolled node

Overview

Batch Length node outputs the total number of batches that will be processed in the current batch job. This is calculated based on the total number of rows in the selected database table and the batch size defined in the job settings. For example, if there are 100 rows in the table and the batch size is set to 10, the Batch Length node will output 10, indicating that there will be 10 batches processed. Or if you are using a fixed number of runs for the batch job, it will output that number.

Outputs

OutputTypeDescriptionDefault
LengthNumberThe total number of batches to be processed-