# Flow

**Kind:** Interface

**Source:** [`atloria-monorepo/apps/api/src/graph/interfaces/entity.interface.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/api/src/graph/interfaces/entity.interface.ts#L54)

## Properties

| Property | Type |
|---|---|
| `id` | `string` |
| `name` | `string` |
| `stages` | `FlowStage[]` |
| `entities` | `KGEntity[]` |
