# `Orchid.Executor.Serial`
[🔗](https://github.com/SynapticStrings/Orchid/blob/main/lib/orchid/executor/serial.ex#L1)

Serial Executor, implementing the behaviour of `Orchid.Executor`.

It executes the steps within a Recipe sequentially, performing only
one step at a time and waiting for its completion before proceeding
to the next step.

---

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