hydromodpy.workflow.internals#
Workflow internals - low-level orchestration primitives.
Houses the Pipeline engine, Step protocol, PipelineState
hierarchy, the ResolvedRunManifest and the DerivedRegistry.
Modules
Compute which pipeline step is the earliest affected by a set of overrides. |
|
Derived-field registry for the pipeline |
|
Resolved run manifest used to validate pipeline resume. |
|
Pipeline state - the object that flows between pipeline steps. |
|
Pipeline step protocol. |