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

Append-only workflow transition row capturing state changes and reasons.

# `t`

```elixir
@type t() :: %Chimeway.Workflows.WorkflowTransition{
  __meta__: term(),
  context: term(),
  delivery: term(),
  delivery_id: term(),
  from_state: term(),
  id: term(),
  inserted_at: term(),
  reason: term(),
  to_state: term(),
  workflow_run: term(),
  workflow_run_id: term(),
  workflow_step: term(),
  workflow_step_id: term()
}
```

# `changeset`

---

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