Skip to main content
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.