inputIndex property
Index of an input collection that's being read from/written to as a side input.
The index identifies a step's side inputs starting by 1 (e.g. the first side input has input_index 1, the third has input_index 3). Side inputs are identified by a pair of (original_step_name, input_index). This field helps uniquely identify them.
Implementation
core.int? inputIndex;