Skip to main content

Module node

Module node 

Source
Expand description

Node execution framework for the Weavegraph workflow system.

This module provides the core abstractions for executable workflow nodes, including the Node trait, execution context, state updates, and error handling.

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
Errors that can occur during node execution.

Traits§

Node
Core trait defining executable workflow nodes.
NodeResultExt
Extension trait for ergonomic conversion into NodeError.

Type Aliases§

NodeResult
Canonical node result type for framework and user node implementations.