Skip to main content

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 exposes the current transaction and its documents to a Custom activity script.

Properties

Id

Type: stringAccess: Read-only The transaction identifier.

Documents

Type: Document[]Access: Read-only The transaction’s documents.
If a Custom activity is placed inside a For Each Document activity, Documents contains only the single document being processed.

RegistrationParameters

Type: Record<string, Parameter>Access: Read-only Dictionary of registration parameters — keys are parameter names, values are Parameter objects.

Context

Global object for transaction data, HTTP requests, and secrets.

Object model

Full JavaScript object reference for Custom activity scripts.

Document

The document currently being processed by the Custom activity.

Parameter

A single named transaction parameter with name, read-only flag, and value.

For Each Document

Run inner activities against one transaction document at a time.