workflow

Module spec

Source
Expand description

Defines the checker workflow itself.

Structs§

  • Defines a representation of a dataset.
  • Defines a branching connection between graph Elements.
  • Defines a commit node in the graph consisting of Elems, which defines data promotion.
  • Defines a looping connection between graph Elements.
  • Defines a parallel connection between graph Elements.
  • Defines a task node in the graph consisting of Elems, which defines data access.
  • Represents a “tag” and everything we need to know.
  • Defines how a user looks like.
  • Defines the workflow’s toplevel view.

Enums§

  • Defines an element in the graph. This is either a Node, which defines a task execution, or an Edge, which defines how next tasks may be reached.