# `Runic.Workflow.FanOut`
[🔗](https://github.com/zblanco/runic/blob/main/lib/workflow/fan_out.ex#L1)

FanOut steps are part of a map operator that expands enumerable facts into separate facts.

FanOut just splits input facts - separate steps as defined in the map expression will do the processing.

---

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