# DetectedStateMachine

**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#L14)

Detected state machine or workflow

## Properties

| Property | Type |
|---|---|
| `id` | `string` |
| `name` | `string` |
| `type` | `'enum' | 'xstate' | 'custom' | 'status_field'` |
| `states` | `StateDefinition[]` |
| `transitions` | `StateTransition[]` |
| `entityId` | `string` |
| `filePath` | `string` |
| `confidence` | `'high' | 'medium' | 'low'` |
| `reason` | `string` |
