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
| Name | Type | Access | Description |
|---|---|---|---|
| Processing | Processing | Read-only | Processing information. Use it to reference the previous processing stage and check whether it succeeded. |
| Transaction | Transaction | Read-only | The current transaction containing all documents being processed. |
Deprecated properties
| Name | Type | Access | Description |
|---|---|---|---|
| CurrentDocument | Document | Read-only | The document currently being processed. |
Related topics
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.
