# `Chimeway.Workflows.WorkflowRun`
[🔗](https://github.com/jonlunsford/chimeway/blob/v1.0.0/lib/chimeway/workflows/workflow_run.ex#L1)

Durable workflow run aggregate row anchored to one notification.

# `t`

```elixir
@type t() :: %Chimeway.Workflows.WorkflowRun{
  __meta__: term(),
  current_step: term(),
  current_step_id: term(),
  id: term(),
  inserted_at: term(),
  last_transition_at: term(),
  notification: term(),
  notification_id: term(),
  pending_signals: term(),
  started_at: term(),
  state: term(),
  status_context: term(),
  status_reason: term(),
  suspended_until: term(),
  tenant_id: term(),
  terminal_reason: term(),
  transitions: term(),
  updated_at: term(),
  workflow_definition: term(),
  workflow_definition_id: term()
}
```

# `changeset`

---

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