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

# Task

> Reference for the Task table in the ABBYY FlexiCapture reports database: columns describing each processing task, its stage, status, and assigned user.

## <a id="start" />Purpose

Contains a list of tasks.

[Diagram of relationships between routing tables](/flexi-capture/reports/database/routing)

## List of columns

<table width="100%"><tbody><tr><td><p><strong>Key</strong></p></td><td><p><strong>Name</strong></p></td><td><p><strong>Type</strong></p></td><td><p><strong>Required</strong></p></td><td><p><strong>Description</strong></p></td></tr><tr><td rowspan="3"><p>PK</p></td><td><p>Id</p></td><td><p>int</p></td><td><p>yes</p></td><td><p>Identifier of a task.</p></td></tr><tr><td><p>BatchId</p></td><td><p>int</p></td><td><p>no</p></td><td><p>Batch identifier. Corresponds to the entry identifier in the <a href="/flexi-capture/reports/database/batch">Batch</a> table.</p></td></tr><tr><td><p>EditSessionId</p></td><td><p>int</p></td><td><p>yes</p></td><td><p>Identifier of the editing session. Is the same as the record identifier in the <a href="/flexi-capture/reports/database/edit-session">EditSession</a> table</p></td></tr><tr><td rowspan="15"> </td><td><p>Attributes</p></td><td><p>int</p></td><td><p>yes</p></td><td><p>Flags that describe a task's status.</p></td></tr><tr><td><p>Comment</p></td><td><p>nvarchar</p></td><td><p>no</p></td><td><p>Comment on a task.</p></td></tr><tr><td><p>CreationDate</p></td><td><p>datetime</p></td><td><p>yes</p></td><td><p>Date and time of the creation of a task.</p></td></tr><tr><td><p>CreatorId</p></td><td><p>int</p></td><td><p>yes</p></td><td><p>Identifier of the user that created a task.</p></td></tr><tr><td><p>IsManuallyCreated</p></td><td><p>bit</p></td><td><p>yes</p></td><td><p>Indicates that a task was created by an Operator.</p></td></tr><tr><td><p>IterationCounter</p></td><td><p>int</p></td><td><p>yes</p></td><td><p>Not used.</p></td></tr><tr><td><p>ModificationDate</p></td><td><p>datetime</p></td><td><p>yes</p></td><td><p>Date and time of the last status change of a task.</p></td></tr><tr><td><p>PostponedTaskOwner</p></td><td><p>int</p></td><td><p>no</p></td><td><p>Identifier of the user that postponed the task. Is the same as the record identifier in the <a href="/flexi-capture/reports/database/principal">Principal</a> table.</p></td></tr><tr><td><p>Priority</p></td><td><p>int</p></td><td><p>yes</p></td><td><p>Priority of a task. Possible values are listed in the <a href="/flexi-capture/reports/database/priority-enum">Priority</a> table.</p></td></tr><tr><td><p>ProcessingStageId</p></td><td><p>int</p></td><td><p>yes</p></td><td><p>Identifier of the processing stage during which a task was created. Corresponds to an entry identifier in the <a href="/flexi-capture/reports/database/processing-stage-reports-database">ProcessingStage</a> table.</p></td></tr><tr><td><p>Progress</p></td><td><p>int</p></td><td><p>yes</p></td><td><p>Not used.</p></td></tr><tr><td><p>ProhibitedUserId</p></td><td><p>int</p></td><td><p>yes</p></td><td><p>Identifier of a user or user group that is prohibited from processing a task.</p></td></tr><tr><td><p>ProjectId</p></td><td><p>int</p></td><td><p>yes</p></td><td><p>Project identifier.</p></td></tr><tr><td><p>State</p></td><td><p>int</p></td><td><p>yes</p></td><td><p>Status of a task. Possible values are listed in the <a href="/flexi-capture/reports/database/task-state-enum">Task Status</a> table.</p></td></tr><tr><td><p>UserId</p></td><td><p>int</p></td><td><p>no</p></td><td><p>Identifier of a user or user group to whom the task was assigned. Corresponds to an entry identifier in the <a href="/flexi-capture/reports/database/principal">Principal</a> table.</p></td></tr></tbody></table>

[Back to top](/flexi-capture/reports/database/task-reports-database#start)
