Search K
Appearance
Appearance
Retrieves a document from ProjectWise and downloads its file content to the workflow's working folder.
Use this task when a workflow needs a local copy of a ProjectWise document for further processing — such as format conversion, content extraction, or publishing to another system. The task resolves the document by its identifier, fetches its metadata, downloads the file, and makes both available to downstream tasks.
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 |
|---|---|
| Document | The PWInstance object for the retrieved document, containing all WSG properties such as Name, UpdateTime, and any custom attributes. |
| LocalFilePath | The full local path to the downloaded file in the workflow's working folder. Pass this to subsequent tasks that need to read or process the file content. |