Skip to content

Latest commit

 

History

History

workflows

description
All code in Aqueduct runs as a part of a workflow.

Workflows

The workflow is the abstraction at the center of Aqueduct's prediction infrastructure.

A workflow is a sequence of transformations, correctness checks, and metrics over one or more pieces of data and is run either on-demand or on a fixed scheduled.

A workflow is created from the Aqueduct Python API and is composed of one or more operator(s), each of which takes in one or more artifact(s) and returns one or more artifact(s).