# WorkflowStep

**Kind:** Interface

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

A single step in a workflow sequence capture.

## Properties

| Property | Type |
|---|---|
| `order` | `number` |
| `description` | `string` |
| `url` | `string` |
| `requiredState` | `RequiredState` |
| `actions` | `import('./stage-12.types').ScreenshotAction[]` |
