Perform Decompress Files
Decompresses a specified file or directory.
Workflow inputs – Perform Decompress Files
Call Workflow Input | Description | Required? | Default Value |
connection details | XML document conforming to the ConnectionDetails common object that contains the information required to execute a command. | Yes | n/a |
file | The file or files to decompress. | Yes | n/a |
ASCII mode | Use ASCII text mode to convert end–of–lines using local conventions?
Valid values: true, false
| No | false |
force compression | Force decompression even if the file has multiple links or the corresponding file already exists?
Valid values: true, false | No | false |
restore file info | Restore the original file name and time stamp?
Valid values: true, false
| No | false |
recursive | Travel the directory structure recursively?
Valid values: true, false
| No | false |
suffix | Defines a suffix other than '.gz' to use when determining files to decompress.
| No | .gz |
Workflow outputs – Perform Decompress Files
Call Workflow Output | Description |
output | XML document consisting of one or more <line> elements that contain the command response. Each <line> element contains an index attribute indicating the order in which the information was returned by the command. |
success | Did the operation succeed?
Valid values: true, false |