description |
---|
Configuring inputs for workflows |
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: