# `Feline.Pipeline.Task`
[🔗](https://github.com/dimamik/feline/blob/main/lib/feline/pipeline/task.ex#L1)

Orchestrates pipeline execution. Starts processors under a DynamicSupervisor,
links them in order, sends StartFrame, and manages the lifecycle.

# `cancel`

# `child_spec`

Returns a specification to start this module under a supervisor.

See `Supervisor`.

# `queue_frame`

# `queue_frames`

# `run`

# `start_link`

# `stop_when_done`

---

*Consult [api-reference.md](api-reference.md) for complete listing*
