Search K
Appearance
Appearance
Retrieves all property values for a specified file in Autodesk Vault.
Use this task to read a file's metadata from Vault so that downstream tasks can make decisions based on property values, populate reports, or pass data to external systems. It is suited for validation steps, conditional branching based on file state, and any scenario where a workflow needs access to Vault property data before taking further action.
| Field | Type | Required | Description |
|---|---|---|---|
| File Identifier | Text | Yes | The Vault file ID or full Vault path to the file, e.g. $/Designs/Project001/DRAWINGS/drawing.dwg. |
| Name | Description |
|---|---|
| VaultFilePropValues | A dictionary of all property names and their current values for the file. Use this in downstream tasks to read or evaluate specific property values. |
| VaultFilePropInsts | A list of full property detail objects for the file, including system and user-defined properties. Use this where more structured property data is required. |