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

<CardGroup cols={2}>
  <Card title="Transaction" icon="exchange" href="/vantage/documentation/skill-designer/process/custom-activity/transaction">
    Modern replacement — access all transaction documents, not just the first.
  </Card>

  <Card title="Document" icon="file-lines" href="/vantage/documentation/skill-designer/process/custom-activity/document">
    The document being processed by the Custom activity.
  </Card>

  <Card title="DocumentExportResult" icon="file-export" href="/vantage/documentation/skill-designer/process/custom-activity/document-export-result">
    A single exported file produced by the skill, with metadata.
  </Card>

  <Card title="Object model" icon="diagram-project" href="/vantage/documentation/skill-designer/process/custom-activity/object-model">
    Full JavaScript object reference for Custom activity scripts.
  </Card>
</CardGroup>
