> ## 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.

# GetPostponedTasks

> List postponed tasks at a specified processing stage with the GetPostponedTasks method of the ABBYY FlexiCapture Web Services API, returning a Task array.

## What it does

Gets a list of postponed tasks at the specified processing stage.

## Definition

```
Task [] GetPostponedTasks( int sessionId, int projectId, int processingStage );
```

## Parameters

| **Name**        | **Type** | **Description**                                                                                                     |
| --------------- | -------- | ------------------------------------------------------------------------------------------------------------------- |
| sessionId       | int      | The ID of the connection to the Application Server                                                                  |
| projectId       | int      | The ID of the project for which the list of tasks is to be retrieved                                                |
| processingStage | int      | The ID of the stage. Possible values: see [ProcessingStage](/flexi-capture/api/structures/t-processing-stage-type). |

## Returned value

| **Type**                                      | **Description**         |
| --------------------------------------------- | ----------------------- |
| [Task](/flexi-capture/api/structures/task)\[] | List of available tasks |
