Canonical Definition
{
"category": "documents",
"description": {
"en": "Links supporting documents to the active contract or workflow.",
"es": "Vincula soportes al contrato o workflow activo."
},
"id": "attach_document",
"label": {
"en": "Attach document",
"es": "Anexar documento"
},
"metadata": {
"artifact_type": "vetra-document-link-tool",
"consumers": [
"Vetra-rust",
"Imaginclaw"
],
"owner_app": "Vetra-rust",
"promotion_reason": "Attachment linking is business workflow state and must not live in UI code.",
"scope": "app-scoped",
"version": "0.2.0"
},
"requires_workspace": true,
"response": {
"data": {
"contract_id": "{{contract_id}}",
"document_name": "{{document_name}}",
"linked": true
},
"summary": {
"en": "Document `{{document_name}}` attached to `{{contract_id}}`.",
"es": "Documento `{{document_name}}` anexado a `{{contract_id}}`."
}
},
"suggested_actions": [
"register_signature",
"sign_contract",
"finalize_contract"
],
"triggers": [
"adjunta",
"attach",
"anexa",
"documento",
"soporte"
]
}