Skip to main content
Context is a global object that gives the script access to document processing data.

Properties

NameTypeDescription
CurrentDocumentDocumentThe document currently being processed. Important! This is a deprecated property. Always points to the first document in a transaction. To get all transaction documents, use Context.Transaction.Documents.
ProcessingProcessingProcessing information. You can use this object to reference the previous processing stage and find out whether it succeeded or not.
TransactionTransactionThe current transaction containing all documents being processed.