File Actions
Download File From URL
Download a file from a URL and set an identifier for it, so it can be used as input in subsequent steps.
Parameter | Description |
---|---|
URL | Address of the resource. |
File identifier | The identifier of the file. This can be used as input for subsequent Steps. |
Show output | Display the content downloaded from the given URL. |
Headers | Request Headers to be added to the request in the format Name: Value. For example: Content-Type: application/json . |
Cookies | Web cookies to include in the request in the format Name: Value. For example: Session: gr32tsd266yfg3u3t132kyl . |
Disable SSL Enforcement | Enable this option to skip SSL verification of the server's certificate chain and host name. This may increase security vulnerabilities, but can be useful for testing or when custom verification is employed. |
Set File Variable
Set an identifier for a file on the file system so it can be used as input in subsequent Steps.
Parameter | Description |
---|---|
File identifier | The identifier of the file. This can be used as input for subsequent Steps. |
Path | The path on the file system to read the file content from (e.g. '/example/file.txt'). |
Create Archive
Create an archive from a file or folder path and set an identifier for it so it can be used as input in subsequent steps.
Parameter | Description |
---|---|
File identifier | The identifier of the file. This will be used as input for subsequent steps. |
Content Path | The file or folder path to create the archive from. |
Destination | The path in which the archive will be created. If no destination is provided, the archive will be created in the user's home path. |
Create Working Directory
The "Create Working Directory" action establishes a dedicated filesystem state that preserves files and changes across different steps in the workflow, allowing them to persist and ensuring continuity between steps.
Parameter | Description |
---|---|
Name | The name given to the working directory |