# WorkflowStage

**Kind:** Interface

**Source:** [`atloria-monorepo/libs/parser-core/src/interfaces/workflow-signals.interface.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/libs/parser-core/src/interfaces/workflow-signals.interface.ts#L147)

## Properties

| Property | Type |
|---|---|
| `id` | `string` |
| `name` | `string` |
| `description` | `string` |
| `stageValue` | `number` |
| `entity` | `string` |
| `routes` | `string[]` |
| `components` | `string[]` |
| `uiElements` | `string[]` |
