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

# SourceFile

> The SourceFile object — represents a source file of the document being processed in a Condition activity.

`SourceFile` represents a source file of the document (or a part of it) being processed in a Condition activity.

## Properties

| Name     | Type   | Access    | Description           |
| :------- | :----- | :-------- | :-------------------- |
| **Name** | string | Read-only | The name of the file. |

## Related topics

<CardGroup cols={3}>
  <Card title="Document" icon="file-lines" href="/vantage/documentation/skill-designer/process/condition-activity/document">
    The document being processed by the Condition activity.
  </Card>

  <Card title="Page" icon="file" href="/vantage/documentation/skill-designer/process/condition-activity/page">
    Properties of a single document page.
  </Card>

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