# `Relyra.Ecto.BulkActions`
[🔗](https://github.com/szTheory/relyra/blob/v1.1.0/lib/relyra/ecto/bulk_actions.ex#L1)

Coordinator for bulk operations across multiple connections.

# `run`

Runs an action function for each connection ID provided.

Generates a `correlation_id` if one is not provided in the audit context,
ensuring all operations in the batch can be linked together in the audit ledger.

Returns a map of %{id => result}.

---

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