# DiscoveredWorkflow

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

Discovered Workflow - Output from LLM analysis

## Properties

| Property | Type |
|---|---|
| `id` | `string` |
| `name` | `string` |
| `description` | `string` |
| `domain` | `string` |
| `confidence` | `number` |
| `stages` | `WorkflowStage[]` |
| `transitions` | `WorkflowTransition[]` |
