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

Schema for the pgflow.workers table.

Represents a worker process that can execute flow steps.

# `t`

```elixir
@type t() :: %PgFlow.Schema.Worker{
  __meta__: term(),
  deprecation_reason: term(),
  expires_at: term(),
  flow_slugs: term(),
  inserted_at: term(),
  status: term(),
  updated_at: term(),
  worker_id: term()
}
```

---

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