Skip to content

Queue Vault Job ​

Submits a new job to the Autodesk Vault job processor queue for a file, item, folder, custom object, or standalone operation.

Purpose ​

Use this task when a workflow needs to trigger a Vault job processor action — for example, to publish a PDF, regenerate a DWF, synchronise item properties, or invoke a custom Vault extension. The task resolves the target Vault object, checks for an existing identical job to avoid duplicates, and then enqueues a new job with the supplied name, priority, and any custom parameters needed by the job handler.

Inputs ​

FieldTypeRequiredDescription
Item TypeDropdownYesThe type of Vault object the job targets: FILE, ITEM, FOLDER, CUSTOM, or OTHER.
File IdentifierTextNoVault path or numeric ID of the file to queue the job against (e.g., $/Designs/Project001/DRAWINGS/test.dwg or 123).
Item IdentifierTextNoItem ID or item number of the Vault item to queue the job against (e.g., PART-001 or 456).
Folder IdentifierTextNoVault path or numeric ID of the folder to queue the job against (e.g., $/Designs/Project001 or 789).
Custom Object IdentifierTextNoUnique identifier of the Vault custom object to queue the job against.
Job NameTextYesThe name of the job type as registered in the Vault job processor (e.g., PublishDwf).
Job DescriptionTextNoOptional description that appears in the job queue to explain the job's purpose.
PriorityTextNoNumeric priority for the job (1–1000). Lower numbers indicate higher priority. Defaults to 100.
Custom ParametersKey-Value PairsNoAdditional key-value parameters passed to the job handler.

Visibility Rules ​

File Identifier is only shown when Item Type is set to FILE.

Item Identifier is only shown when Item Type is set to ITEM.

Folder Identifier is only shown when Item Type is set to FOLDER.

Custom Object Identifier is only shown when Item Type is set to CUSTOM.

Outputs ​

NameDescription
QueuedJobThe full Vault job object returned after the job was created.
JobIdNumeric ID assigned to the newly queued job.
JobNameThe job type name that was submitted.
VaultFileThe resolved Vault file object. Only populated when Item Type is FILE.
VaultItemThe resolved Vault item object. Only populated when Item Type is ITEM.
VaultFolderThe resolved Vault folder object. Only populated when Item Type is FOLDER.
VaultCustomObjectThe resolved Vault custom object. Only populated when Item Type is CUSTOM.

Tentech