# DetectedWorkflow

**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#L6)

Represents a detected business workflow

## Properties

| Property | Type |
|---|---|
| `id` | `string` |
| `name` | `string` |
| `description` | `string` |
| `category` | `string` |
| `steps` | `WorkflowStep[]` |
| `relatedPages` | `string[]` |
| `estimatedDuration` | `string` |
| `userRoles` | `string[]` |
| `prerequisites` | `string[]` |
