Search K
Appearance
Appearance
The Vault Update File Data node updates file metadata in Autodesk Vault, including category, lifecycle definition, lifecycle state, revision definition, and revision number.
Use this node to programmatically manage and update Vault file data as part of automated release, status update, or document control workflows.
Field Label | Input Type | Description |
---|---|---|
File Identifier | Text | The identifier of the file in Vault to update. |
Category (optional) | Text | The new category to assign to the file. |
Lifecycle Definition (optional) | Text | The lifecycle definition to assign to the file. |
Lifecycle State (optional) | Text | The lifecycle state to update for the file. |
Revision Definition (optional) | Text | The revision scheme to assign to the file. |
Revision Number (optional) | Text | The revision number label to update for the file. |
Output Variable | Description |
---|---|
VaultFile | The updated Vault file object after all changes are applied. |
This node:
File Identifier
). Optional inputs are updated if provided.VaultFile
.✅ Automatically set lifecycle state to “Released” after design approval.
✅ Update file category to “As Built Drawings” upon project completion.
✅ Change revision scheme and set the revision number when issuing a new version.
VaultFile
.VaultFile
) is the updated file object reflecting all successful changes.