A non-linear source -> preprocess -> branch_a/branch_b -> merge -> sink graph.
Primary graph: branching_fanout_join.yaml.
- Category: Basic Dataflow
- Difficulty: beginner
- Tags: branching, fan-out, join
./build/topoexec graph validate examples/10-basic-dataflow/branching_fanout_join.yaml
./build/topoexec graph render examples/10-basic-dataflow/branching_fanout_join.yaml --format mermaid
./build/topoexec graph run examples/10-basic-dataflow/branching_fanout_join.yaml --steps 1merge fires only after both branch outputs are ready, and the run completes without drops.
example.jsonfor the commands, generated asset expectations, and CI smoke flags.- Generated graph asset under
docs/assets/generated/examples/branching-fanout-join/graph.mmdafter running the asset pipeline. - Runtime metrics, trace, observe, or diagnostics output when the command list includes those surfaces.