Skip to content

Create Capture Review ​

Creates a new Capture review interaction based on a selected form template.

Purpose ​

Use this task to programmatically open a human-in-the-loop review step in a workflow. It creates an interaction that a user must complete using the configured Capture form, optionally pre-attaching Vault files and pre-filling form fields. This is the primary way to initiate a structured review, approval, or data-capture step from within an automation.

Inputs ​

FieldTypeRequiredDescription
Capture TemplateDynamic DropdownYesThe Capture form template to use for this review. Determines the form layout and fields presented to the reviewer.
TitleTextNoCustom title for the review interaction. Defaults to Document Review - {TemplateName} if left blank.
PromptTextNoInstructions shown to the reviewer. Defaults to Please review the attached documents if left blank.
PriorityDropdownNoPriority level for the review: Low, Normal, or High. Defaults to Normal.
Documents StateTextNoThe state label for the documents being reviewed (e.g., WIP, Released). Stored in the interaction payload for reference.
Documents RevisionTextNoThe revision label for the documents being reviewed (e.g., A, 1). Stored in the interaction payload for reference.
Initial Field DataKey-Value PairsNoPre-populated values for form fields. Keys must match field names defined in the Capture template (e.g., {"ApprovalStatus": "Pending"}).
ArtifactsListNoFiles to attach to the review at creation time. 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.

Outputs ​

NameDescription
CaptureThe full interaction object returned by the server, including the interaction ID and metadata.

Tentech