Batch Index
Uncontrolled node
Overview
The Batch Index node outputs the current batch index when running a batch job. The batch index is a zero-indexed integer that indicates which batch run is currently being executed. For example, if you have a batch job configured to run 5 times, the batch index will output values from 0 to 4 for each respective run.
Outputs
| Output | Type | Description | Default |
|---|---|---|---|
| Index | Number | The current batch index (zero-indexed) | - |