AutomationEdge File Download
Description
AutomationEdge File Download retrieves files from the AutomationEdge Server that were previously uploaded by the AutomationEdge File Upload step earlier in a workflow. It uses the unique file identifier generated during the upload to locate and download the correct file. This step is useful when a workflow needs to pass operational files such as .csv or .txt between different stages or between separate workflows running on the server. You can also scope the download to a specific request ID to control whether the file is accessible publicly or limited to a particular execution context.
Note
Step can be used to design a workflow however, it executes meaningfully only once published on AutomationEdge Server and when executed by Agents.
Configurations
| Field Name | Description |
|---|---|
| Step Name | Name of the step. This name has to be unique in a single workflow. |
| Download Files: | |
| File Identifier | Provide a Field Name which contains unique identifier to access file on the server |
| Downloaded file path | Output field name which would contain the absolute file path with file name and extension of the downloaded file |
| Set Request Id | Defines whether the file scope is public or for the specific request id (Select Yes/No) |