Uploading Files to Jobs
Introduction
You can upload files that the assignment takes as input for jobs. This is useful in situations where the assignment can process documents as input, extracting data or performing actions based on file content.
When to Use File Uploads
File uploads are particularly useful when:
Your assignment needs to process documents (invoices, contracts, reports, etc.)
You want to extract data from PDFs, spreadsheets, or other document formats
The assignment's workflow depends on analyzing file content
You're providing input data that changes with each job
How to Upload Files
During a job, you can upload files through the run-time interface. The assignment will have access to these files for the duration of that specific job.
Important Notes
Uploaded files are available only for the current job
For files that should be available across all jobs, use the Files feature instead
File uploads complement the Files section by allowing job-specific inputs
Last updated