Static ALF pipeline for :stepwise workflows.
This pipeline interprets the compiled spec (IR) in-band; we do not generate dynamic pipeline modules for disk-loaded workflows.
The stage order is defined in Mobus.Stepwise.SpecHelpers.pipeline_stage_modules/0
— both the foundation and workflow_stem pipelines reference the same list.
Summary
Functions
@spec components() :: [map()]
@spec flow(map(), list(), Keyword.t()) :: Enumerable.t()
@spec start() :: :ok
@spec start(list()) :: :ok
@spec started?() :: true | false
@spec stream(Enumerable.t(), Keyword.t()) :: Enumerable.t()