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.

Context is a global object that gives your Condition activity script access to document processing data.

Properties

NameTypeAccessDescription
ProcessingProcessingRead-onlyProcessing information. Use it to reference the previous processing stage and check whether it succeeded.
TransactionTransactionRead-onlyThe current transaction containing all documents being processed.

Deprecated properties

The CurrentDocument property is deprecated — it always points to the first document in a transaction. Use Context.Transaction.Documents instead.
NameTypeAccessDescription
CurrentDocumentDocumentRead-onlyThe document currently being processed.

Condition activity

Split workflow based on custom conditions evaluated per transaction.

Object model

Full JavaScript object reference for Condition activity scripts.

Transaction

The current processing transaction and its documents.

Document

The document being processed by the Condition activity.

Processing

Information about the previous processing stage of a transaction.