Create Asset
The Create Asset task saves files or data produced during the workflow run as a new asset in the asset store.
Configuration
| Property | Type | Description |
|---|---|---|
dry_run | boolean | Run without executing task effects |
folder | string | Target folder URL (e.g. sl://uploads/) |
create_folder | boolean | Create the target folder if it does not exist |
extend_input | boolean | Merge the new asset reference into the task's output payload |
overwrite | boolean | Overwrite an existing asset with the same name |
include | array | File name patterns to include |
exclude | array | File name patterns to exclude |
See also: Tasks overview
