Skip to main content

run_node

Function run_node 

Source
pub async fn run_node<E: NodeExecutor + ?Sized>(
    node: &E,
    ctx: NodeContext,
    inputs: PortsIn,
    outputs: PortsOut,
) -> Result<()>
Expand description

Execute a single node through the runtime boundary.

ยงErrors

Returns an error if lifecycle observation fails or the node executor reports one.