Search K
Appearance
Appearance
Reads parameters, iProperties, and file references from a local Autodesk Inventor document.
Serialised Task
This task runs through the serialisation queue. Only one instance of this task executes at a time across all concurrent workflows. If multiple workflows reach this task simultaneously, they will queue and execute one at a time.
Use this task when a workflow needs to inspect an Inventor file before acting on it — for example, to read a part number or revision before updating a document management system, to validate parameter values before triggering an export, or to collect the full list of referenced files for dependency checking. The task opens the document through the locally installed Inventor instance and returns all user-defined parameters, iProperties, and external file references without modifying the file.
| Field | Type | Required | Description |
|---|---|---|---|
| Local File Full Path | Text | Yes | Full path to the Inventor part (.ipt), assembly (.iam), or drawing (.idw) to inspect. |
| Name | Description |
|---|---|
| Parameters | Dictionary of all user-defined parameters and their values. |
| iProperties | Dictionary of all iProperty names and their values (both standard and custom sets). |
| References | List of full file paths for all referenced documents within the Inventor file. |