Copy File
You can select this activity to copy a file from a specified location to another.
This table lists the properties for the activity.
| Property Type | Property Name | Data type | Description |
|---|---|---|---|
| Input | Target Name | String | The name of the directory that must be compressed. |
| Source Filepath | String | The location of the directory that must be compressed.
Note: Always use relative file paths for serverless environment,. For example: /folder1/. All file paths must follow Linux-style relative paths and must be located under the /tmp folder.
|
|
| Target Directory | String | The destination to save the compressed directory.
Note: Always use relative file paths for serverless environment,. For example: /folder1/. All file paths must follow Linux-style relative paths and must be located under the /tmp folder.
|
|
| Output | Response Code | Int32 | Response code for the activity. Possible values:
|
| Output File | String | The location and path of the compressed file. |