Skip to main content

sequential_processing

Function sequential_processing 

Source
pub fn sequential_processing(
    input: PathBuf,
    output_dir: PathBuf,
    stages: Vec<String>,
) -> Workflow
Expand description

Sequential processing pattern.

Creates a linear workflow where each task depends on the previous one.