# WorkflowStep

**Kind:** Interface

**Source:** [`atloria-monorepo/apps/api/src/documentation/services/workflow-detector.service.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/api/src/documentation/services/workflow-detector.service.ts#L21)

A single step in a workflow

## Properties

| Property | Type |
|---|---|
| `stepNumber` | `number` |
| `title` | `string` |
| `description` | `string` |
| `pageId` | `string` |
| `route` | `string` |
| `actions` | `WorkflowAction[]` |
| `expectedOutcome` | `string` |
| `errorHandling` | `string` |
| `screenshots` | `string[]` |
