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