# ExternalProgressDto

**Kind:** Class

**Source:** [`atloria-monorepo/apps/api/src/documentation/dto/doc-automation.dto.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/api/src/documentation/dto/doc-automation.dto.ts#L630)

ExternalProgressDto — payload from atlorix-runner (or any external
generator) reporting a phase boundary or item progress on a job that
the api created.

## Properties

| Property | Type |
|---|---|
| `stage` | `string` |
| `progress` | `number` |
| `stageProgress` | `number` |
| `currentItem` | `string` |
| `eventType` | `string` |
