Select Asset
The Select Asset task retrieves a specific asset by its exact URL and makes its data available to downstream tasks. Use this to load a known asset into the workflow payload.
Configuration
| Property | Type | Description |
|---|---|---|
dry_run | boolean | Run without executing task effects |
url | string | The exact URL of the asset to retrieve |
fail_if_not_found | boolean | Fail the task if no asset exists at the specified URL |
extend_input | boolean | Merge the asset data into the incoming input payload |
See also: Tasks overview
