Input Parameters
Last updated
Last updated
The Input Parameters tab allows you to dynamically add input parameters for a step in a pipeline. This can be useful if you want to make a step more flexible and configurable, without having to hard-code specific values in the step's configuration.
To add a new input parameter, click on the "Add Parameter" button. This will bring up a form where you can enter the name and default value for the parameter. The name should be descriptive and accurately reflect the purpose of the parameter, while the default value should be a valid value for the parameter.
Input parameters can be used to make a step more flexible and reusable, allowing you to easily configure the step without having to modify its configuration every time it is used. This can save time and reduce the potential for errors in your pipeline.