# `PgFlow.Schema.Flow`
[🔗](https://github.com/agoodway/pgflow/blob/v0.1.0/lib/pgflow/schema/flow.ex#L1)

Schema for the pgflow.flows table.

Represents a flow definition with its configuration options.

# `t`

```elixir
@type t() :: %PgFlow.Schema.Flow{
  __meta__: term(),
  inserted_at: term(),
  opt_base_delay: term(),
  opt_max_attempts: term(),
  opt_retry_backoff: term(),
  opt_timeout: term(),
  runs: term(),
  slug: term(),
  steps: term(),
  updated_at: term()
}
```

---

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