Skip to content

Add Document ​

Downloads a file from a server path and makes it available to subsequent tasks in the workflow.

Purpose ​

Use this task to bring an existing file into the workflow's working context. The file is uploaded to the server via a file picker and then registered in the workflow data under its base filename, making it accessible to downstream tasks by name. This is useful when a static template, reference file, or pre-existing document needs to be loaded at the start of a processing sequence.

Inputs ​

FieldTypeRequiredDescription
Document to addFile UploadNoSelect the file to upload and make available within the workflow.

Outputs ​

NameDescription
The local path to the downloaded file, stored under the file's base name (without extension). For example, uploading report.docx produces an output variable named report.

Tentech