Search K
Appearance
Appearance
Retrieves the metadata and properties of a ProjectWise document without downloading the file itself.
Use this task when a workflow needs to read document attributes — such as status, revision, or custom fields — without needing the file content. This is more efficient than Get File when only metadata is required.
Requires a Bentley ProjectWise service account.
| Field | Type | Required | Description |
|---|---|---|---|
| File Identifier | Text | Yes | The document GUID, file name, or WSG path used to locate the document in ProjectWise. |
| Name | Description |
|---|---|
| Properties | A dictionary of all WSG property values for the document (key/value pairs). Use these in downstream tasks for conditional logic, notifications, or external system updates. |
| DocumentId | The resolved WSG instance ID (GUID) for the document. |