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

# InputData (deprecated)

> Deprecated InputData interface providing access to the first document's data during Custom activity script execution.

<span style={{ color:"red" }}>
  This interface is deprecated. It will provide access only to the first document of the transaction.
</span>

Provides access to data of the processed document while the processing skill is being run.

## Properties

| Name            | Type                                                                                                                       | Description                                                                                                                                                            |
| :-------------- | :------------------------------------------------------------------------------------------------------------------------- | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| ExtractedData   | [Document](/vantage/documentation/skill-designer/process/custom-activity/document), read-only                              | Returns a [Document](/vantage/documentation/skill-designer/process/custom-activity/document) object and provides access to data extracted from the processed document. |
| DocumentExports | [DocumentExportResult](/vantage/documentation/skill-designer/process/custom-activity/document-export-result)\[], read-only | Returns a collection of files exported by the skill and made available by the script.                                                                                  |

## Related topics

* [Transaction](/vantage/documentation/skill-designer/process/custom-activity/transaction)
* [Document](/vantage/documentation/skill-designer/process/custom-activity/document)
* [DocumentExportResult](/vantage/documentation/skill-designer/process/custom-activity/document-export-result)
* [Object model](/vantage/documentation/skill-designer/process/custom-activity/object-model)
