Copy Asset
The Copy Asset task copies one or more assets to a new location in the asset store. The original assets remain in place. The copy can optionally be renamed.
Configuration
| Property | Type | Description |
|---|---|---|
dry_run | boolean | Run without executing task effects |
assets | array | Asset references to copy |
folder_url | string | Destination folder URL |
name | string | Rename the copied asset — leave blank to keep the original filename |
create_folder | boolean | Create the destination folder if it does not exist |
extend_input | boolean | Merge the copied asset reference into the task's output payload |
overwrite | boolean | Overwrite an existing asset at the destination if one already exists |
include | array | File name patterns to include |
exclude | array | File name patterns to exclude |
See also: Tasks overview
