# ProductWorkflow

**Kind:** Interface

**Source:** [`atloria-monorepo/libs/site-gen-core/src/assembler/types.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/libs/site-gen-core/src/assembler/types.ts#L171)

A user workflow (step-by-step journey through the product).

## Properties

| Property | Type |
|---|---|
| `id` | `string` |
| `name` | `string` |
| `description` | `string` |
| `steps` | `Array<{ order: number; action: string; component?: string }>` |
| `featureIds` | `string[]` |
