📖
WizStudio
  • 👋Welcome to WizStudio
  • Overview
    • 💡What we do
  • Kubeflow
    • ⚒️Introduction
    • ⚙️KF Pipelines
      • Hello World Pipeline
      • Components
        • Lightweight Python Components
        • Containerized Python Components
        • Container Components
      • Pipelines
        • Control Flow
    • ⚙️Notebooks
      • Quickstart
  • Visual Pipeline Builder
    • ⚒️Creating a pipeline
    • ⚙️Custom Step
      • Properties
      • Input Parameters
      • Outputs
      • Environment Variables
    • ⛓️Argument builder
    • ⏭️OnExit Step
    • 🚀Save and export
Powered by GitBook
On this page
  1. Visual Pipeline Builder
  2. Custom Step

Outputs

PreviousInput ParametersNextEnvironment Variables

Last updated 2 years ago

The Output Parameters tab allows you to dynamically add output parameters for a step in a pipeline. This can be useful if you want to make a step more flexible and configurable, by exposing the outputs for other steps.

To add a new output 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.

Output 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.

⚙️