Static ALF pipeline for the :fsm profile.
This pipeline interprets compiled IR; it is shared across workflows/executions. Per-execution state is carried in-band in the event payload (no pipeline-module generation).
Summary
Functions
@spec components() :: [map()]
@spec ensure_started(keyword()) :: :ok
@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()