> ## Documentation Index
> Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
> Use this file to discover all available pages before exploring further.

# ProcessingStageExt

> ProcessingStageExt data type in the ABBYY FlexiCapture Web Services API: extended processing stage information such as ID, project, batch type, and name.

## What it does

The **ProcessingStageExt** data type stores extended information about the processing stage.

## Fields

| Name              | Type     | Description                                                                                                                          |
| ----------------- | -------- | ------------------------------------------------------------------------------------------------------------------------------------ |
| `Id`              | `int`    | The ID of the processing stage.                                                                                                      |
| `StageExternalId` | `int`    | The ID of the processing stage in which the task is created.                                                                         |
| `ProjectId`       | `int`    | The ID of the project.                                                                                                               |
| `BatchTypeId`     | `int`    | The ID of the batch type.                                                                                                            |
| `Type`            | `int`    | The type of the processing stage. For possible values, see [ProcessingStage](/flexi-capture/api/structures/t-processing-stage-type). |
| `Name`            | `string` | The name of the processing stage.                                                                                                    |
