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

# Context

> Context グローバル オブジェクト — Condition アクティビティ スクリプトで、現在のトランザクション、関連するドキュメント、および処理情報にアクセスするためのオブジェクト。

`Context` は、Condition アクティビティ スクリプトから文書処理データにアクセスするためのグローバル オブジェクトです。

<div id="properties">
  ## プロパティ
</div>

| 名前           | 型                                                                                              | アクセス   | 説明                                          |
| :----------- | :--------------------------------------------------------------------------------------------- | :----- | :------------------------------------------ |
| **処理**       | [Processing](/ja/vantage/documentation/skill-designer/process/condition-activity/processing)   | 読み取り専用 | 処理情報です。これを使用して前の処理ステージを参照し、成功したかどうかを確認できます。 |
| **トランザクション** | [Transaction](/ja/vantage/documentation/skill-designer/process/condition-activity/transaction) | 読み取り専用 | 現在処理されているすべてのドキュメントを含むトランザクションです。           |

<div id="deprecated-properties">
  ### 非推奨のプロパティ
</div>

<Warning>
  `CurrentDocument` プロパティは非推奨です。これは常にトランザクション内の先頭のドキュメントを参照します。代わりに [`Context.Transaction.Documents`](/ja/vantage/documentation/skill-designer/process/condition-activity/transaction) を使用してください。
</Warning>

| 名前                  | 型                                                                                        | アクセス   | 説明               |
| :------------------ | :--------------------------------------------------------------------------------------- | :----- | :--------------- |
| **CurrentDocument** | [Document](/ja/vantage/documentation/skill-designer/process/condition-activity/document) | 読み取り専用 | 現在処理されているドキュメント。 |

<div id="related-topics">
  ## 関連トピック
</div>

* [Condition アクティビティ](/ja/vantage/documentation/skill-designer/process/condition-activity/condition-activity)
* [オブジェクトモデル](/ja/vantage/documentation/skill-designer/process/condition-activity/object-model)
* [トランザクション](/ja/vantage/documentation/skill-designer/process/condition-activity/transaction)
* [Document](/ja/vantage/documentation/skill-designer/process/condition-activity/document)
* [Processing](/ja/vantage/documentation/skill-designer/process/condition-activity/processing)
