# `AshStateMachine.Transition`
[🔗](https://github.com/ash-project/ash_state_machine/blob/v0.2.13/lib/ash_state_machine.ex#L6)

The configuration for an transition.

# `t`

```elixir
@type t() :: %AshStateMachine.Transition{
  __identifier__: any(),
  __spark_metadata__: Spark.Dsl.Entity.spark_meta(),
  action: atom(),
  from: [atom()],
  to: [atom()]
}
```

---

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