403 B
403 B
PipelineTasknow inherits fromBaseTask, so every pipeline task is also a bus participant. It accepts a new optionalbridged=()parameter that auto-wraps the pipeline with bus edge processors, letting the task exchange frames with other bridged tasks over the sharedTaskBus. The bus is supplied byPipelineRunnerviatask.attach(registry=..., bus=...)instead of through the constructor.