# WorkflowDocGenerationResult

**Kind:** Interface

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

Result of workflow documentation generation

## Properties

| Property | Type |
|---|---|
| `documentation` | `WorkflowDocumentation` |
| `content` | `string` |
| `outputPath` | `string` |
| `warnings` | `string[]` |
