Skip to main content
This interface is deprecated. It will provide access only to the first document of the transaction. Provides access to data of the processed document while the processing skill is being run.

Properties

NameTypeDescription
ExtractedDataDocument, read-onlyReturns a Document object and provides access to data extracted from the processed document.
DocumentExportsDocumentExportResult[], read-onlyReturns a collection of files exported by the skill and made available by the script.

Transaction

Modern replacement — access all transaction documents, not just the first.

Document

The document being processed by the Custom activity.

DocumentExportResult

A single exported file produced by the skill, with metadata.

Object model

Full JavaScript object reference for Custom activity scripts.