Skip to main content

Module node

Module node 

Source
Expand description

Node execution framework for the Weavegraph workflow system.

Provides the core abstractions for executable workflow nodes: the Node trait, execution context, partial state updates, and error types.

Structs§

NodeContext
Execution context passed to nodes during workflow execution.
NodePartial
Partial state updates returned by node execution.

Enums§

NodeContextError
Errors that can occur when using NodeContext methods.
NodeError
Fatal errors returned by node execution.

Traits§

Node
Core trait for executable workflow nodes.
NodeResultExt
Ergonomic conversion into NodeError for the ? operator.

Type Aliases§

NodeResult
Canonical result type for node implementations.