Skip to main content

Module dag_exec

Module dag_exec 

Source

Structs§

StepExecutionResult
Step execution result with output and timing.

Functions§

apply_step_result
Apply a step execution result to the execution context.
build_fingerprint
Build an execution fingerprint from a completed execution.
compute_execution_status
Determine overall execution status from step states.
emit_step_event
Generate execution events for observability.
execute_step
Execute a single step and capture its result.
is_execution_complete
Check if execution is complete (all steps done).
next_ready_steps
Get the next ready steps (all dependencies satisfied).
propagate_outputs
Pass outputs from completed steps to dependent steps as inputs.