Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 809 Bytes

parameters.md

File metadata and controls

17 lines (12 loc) · 809 Bytes
description
Configuring inputs for workflows

Parameters

Aqueduct workflows can be run with parameterized inputs that are configurable at runtime. This allows you to run the same workflow with different inputs, without having to create a new workflow for each input. Any python object supported by Aqueduct can be used as a parameter value.

See this Parameters Tutorial example notebook for a guided walkthrough of the basic API.

Alternatively, this guide performs a thorough walkthrough: