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

# Transaction

> The Transaction interface — the current processing transaction in a Condition activity script.

`Transaction` is the current processing transaction in a Condition activity script.

## Properties

| Name          | Type                                                                                     | Access    | Description                                      |
| :------------ | :--------------------------------------------------------------------------------------- | :-------- | :----------------------------------------------- |
| **Documents** | [Document](/vantage/documentation/skill-designer/process/condition-activity/document)\[] | Read-only | The collection of documents for the transaction. |

## Related topics

<CardGroup cols={3}>
  <Card title="Context" icon="braces" href="/vantage/documentation/skill-designer/process/condition-activity/context">
    Global object exposing the current transaction, document, and processing.
  </Card>

  <Card title="Document" icon="file-lines" href="/vantage/documentation/skill-designer/process/condition-activity/document">
    The document being processed by the Condition activity.
  </Card>

  <Card title="Object model" icon="diagram-project" href="/vantage/documentation/skill-designer/process/condition-activity/object-model">
    Full JavaScript object reference for Condition activity scripts.
  </Card>
</CardGroup>
