Runtime Parameters
Runtime parameters are parameters that you define for a pipeline and call from within that same pipeline. When you define a runtime parameter, you enter the default value to use. When you create or edit a job that includes a pipeline with runtime parameters, you can specify another value to override the default. When the job starts, the value replaces the default value of the runtime parameter.
You configure runtime parameters when you develop a pipeline. Use runtime parameters to represent any stage or pipeline property with a value that must change for each pipeline run - such as batch sizes and timeouts, directories, or URI. For more information about configuring runtime parameters for a pipeline, see Using Runtime ParametersUsing Runtime Parameters in the Data Collector documentation.
After you publish the pipeline, you can change the parameter values for each job that runs the pipeline without having to edit the pipeline. If you do not define runtime parameter values for the job, Control Hub uses the default values defined in the pipeline.
When Control Hub runs multiple pipeline instances for a job, the same parameter values are used for each pipeline instance.
When a job includes a pipeline with runtime parameters, you can also enable the job to work as a job template. A job template lets you run multiple job instances with different runtime parameter values from a single job definition.