# WorkflowTransition

**Kind:** Interface

**Source:** [`atloria-monorepo/packages/doc-automation/src/v2/types/interaction-map.types.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/packages/doc-automation/src/v2/types/interaction-map.types.ts#L133)

A workflow state transition

## Properties

| Property | Type |
|---|---|
| `from` | `string` |
| `to` | `string` |
| `method` | `string` |
| `triggerLabel` | `string` |
| `requiresModal` | `boolean` |
| `modalName` | `string` |
