# `PhoenixMicro.Saga.Supervisor`
[🔗](https://github.com/iamkanishka/phoenix_micro/blob/v1.0.0/lib/phoenix_micro/saga.ex#L506)

DynamicSupervisor that owns all running saga processes.
Each saga runs in its own isolated `Saga.Server` process.

# `child_spec`

Returns a specification to start this module under a supervisor.

See `Supervisor`.

# `start_link`

```elixir
@spec start_link(keyword()) :: Supervisor.on_start()
```

# `start_saga`

```elixir
@spec start_saga({module(), String.t(), map(), keyword()}) ::
  DynamicSupervisor.on_start_child()
```

---

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