Skip to content

Add Entities to Capture ​

Adds one or more file artifacts to an existing Capture review interaction.

Purpose ​

Use this task when a Capture review has already been created and you need to attach additional files to it after the fact. It is useful in workflows where files are identified or processed in separate steps before being associated with a review. Each artifact is looked up in Autodesk Vault by its file identifier, and its metadata is automatically carried across to the interaction.

Inputs ​

FieldTypeRequiredDescription
Review IdTextYesThe unique identifier (GUID) of the Capture review to add entities to. Typically sourced from the Capture output of a Create Capture Review task.
ArtifactsListYesOne or more files to attach. Each entry requires a Data Source and a File Identifier.

Artifacts fields ​

FieldTypeRequiredDescription
Data SourceDropdownYesThe system the file is stored in. Currently supports AutodeskVault.
File IdentifierTextYesThe identifier used to locate the file in the selected data source (e.g., Vault file path or master ID).

Outputs ​

NameDescription
SuccessBoolean indicating whether all artifacts were added successfully.
InteractionIdThe GUID of the Capture review that was updated.

Tentech