Expand description
Defines the checker workflow itself.
Structs§
- Defines a representation of a dataset.
- Defines a branching connection between graph
Elem
ents. - Defines a commit node in the graph consisting of
Elem
s, which defines data promotion. - Defines a looping connection between graph
Elem
ents. - Defines a parallel connection between graph
Elem
ents. - Defines a task node in the graph consisting of
Elem
s, 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.