> ## 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 インターフェイスは、現在のトランザクションとそのすべてのドキュメントにアクセスできるようにします。

`Transaction` は、現在のトランザクションとそのドキュメントを カスタム アクティビティ スクリプトから利用できるようにします。

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

<div id="id">
  ### Id
</div>

**型:** `string` — **Access:** 読み取り専用

トランザクションの識別子です。

<div id="documents">
  ### Documents
</div>

**型:** [Document](/ja/vantage/documentation/skill-designer/process/custom-activity/document)`[]` — **アクセス:** 読み取り専用

トランザクションに含まれるドキュメントです。

<Note>
  カスタム アクティビティ が [For Each Document](/ja/vantage/documentation/skill-designer/process/for-each) アクティビティ内に配置されている場合、`Documents` には処理中の単一のドキュメントのみが含まれます。
</Note>

<div id="registrationparameters">
  ### RegistrationParameters
</div>

**型:** `Record<string, Parameter>` — **Access:** 読み取り専用

登録パラメーターの辞書です。キーはパラメーター名、値は [`Parameter`](/ja/vantage/documentation/skill-designer/process/custom-activity/parameter) オブジェクトです。

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

* [Context](/ja/vantage/documentation/skill-designer/process/custom-activity/context)
* [オブジェクト モデル](/ja/vantage/documentation/skill-designer/process/custom-activity/object-model)
* [Document](/ja/vantage/documentation/skill-designer/process/custom-activity/document)
* [Parameter](/ja/vantage/documentation/skill-designer/process/custom-activity/parameter)
* [For Each Document アクティビティ](/ja/vantage/documentation/skill-designer/process/for-each)
