Begin branchπ
Passes input parameters to alternative branches depending on the branch input.
Inputsπ
The inputs of the tool are defined by the inputParameters parameter.
inputParameters
: A table that defines the switched input parameters.branchCount
: The number of alternative branches.branch
: Selects the output branch using zero-based indexing.
Outputsπ
The total number of outputs is the product of branchCount and the number of input parameters. The pattern for naming output parameters is βname[X]β, where βnameβ is the name of the input parameter the output corresponds to and X a zero-based branch index.
branch
: Copy of branch input. This is typically connected to the corresponding input of end branch tool.