# StateTransition

**Kind:** Interface

**Source:** [`atloria-monorepo/packages/doc-automation/src/v2/stages/stage-01-parse/state-machine-detector.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/packages/doc-automation/src/v2/stages/stage-01-parse/state-machine-detector.ts#L49)

A transition between states

## Properties

| Property | Type |
|---|---|
| `from` | `string` |
| `to` | `string` |
| `trigger` | `string` |
| `condition` | `string` |
| `action` | `string` |
