# WorkflowDocumentation

**Kind:** Interface

**Source:** [`atloria-monorepo/apps/api/src/documentation/services/user-docs-generator.service.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/api/src/documentation/services/user-docs-generator.service.ts#L27)

Documentation for a single workflow

## Properties

| Property | Type |
|---|---|
| `workflowId` | `string` |
| `workflowName` | `string` |
| `category` | `string` |
| `overview` | `string` |
| `prerequisites` | `string` |
| `steps` | `StepDocumentation[]` |
| `troubleshooting` | `string` |
| `relatedWorkflows` | `string[]` |
