Zip
The Zip task packages files and/or assets from the current workflow payload into a ZIP archive.
Configuration
| Property | Type | Description |
|---|---|---|
dry_run | boolean | Run without executing task effects |
filename | string | Output archive filename (e.g. Archive.zip) |
files | boolean | Include workflow files in the archive |
assets | boolean | Include workflow assets in the archive |
use_id_as_filename | boolean | Use each asset or file's internal ID as its filename inside the archive rather than its original name |
extend_original_input | boolean | Merge the ZIP archive reference into the original input payload |
include | array | File name patterns to include |
exclude | array | File name patterns to exclude |
See also: Tasks overview
