Parameters:
Name |
Short Name |
Type |
Description |
Possible selector values |
selectorvalues |
string |
Enter possible values separated by ; . To apply these values please switch to another command in the pipeline, and switch back to here. |
Selected value |
selector |
string |
The Nth output will be executed when the Nth value is selected here from a ;-separated list given below at "Possible selector values". |
Operation type |
operation |
string |
Choose how to select outputs to execute. |
Description:
Controls branching of pipeline execution. The Nth output will be executed when the Nth value is selected as "Selected value" from a ;-separated list given below at "Possible selector values". Use the EndIf command to join the end of the two pipeline branches.
Directly link EndIf to the If command as output #2 to have conditional execution of output #1 if the value is set to Yes and no action if the value is No.
To apply changes made to "Possible selector values" please switch to another command in the pipeline, and switch back to this command.
If you use the "Selected value" as pipeline parameter, and make a change to "Possible selector values", make sure that the corresponding default value at the pipeline parameters remains or changed to a valid member of "Possible selector values".
Operation type: select whether to carry on processing at a single branch, or multiple between 1 and the selected value. The following EndIf must match the number of executed outputs.