# StateResolutionConfig

**Kind:** Interface

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

Configuration for resolving a record in a specific workflow state at capture time.
Used by the screenshot-worker's StateResolverService.

## Properties

| Property | Type |
|---|---|
| `listUrl` | `string` |
| `statusColumnHint` | `string` |
| `targetStatusValue` | `string` |
| `maxRowsToScan` | `number` |
| `rowAction` | `'click' | 'dblclick'` |
