Skip to content

Zip

The Zip task packages files and/or assets from the current workflow payload into a ZIP archive.

Configuration

PropertyTypeDescription
dry_runbooleanRun without executing task effects
filenamestringOutput archive filename (e.g. Archive.zip)
filesbooleanInclude workflow files in the archive
assetsbooleanInclude workflow assets in the archive
use_id_as_filenamebooleanUse each asset or file's internal ID as its filename inside the archive rather than its original name
extend_original_inputbooleanMerge the ZIP archive reference into the original input payload
includearrayFile name patterns to include
excludearrayFile name patterns to exclude

See also: Tasks overview

S-Launch