Skip to content

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

PropertyTypeDescription
dry_runbooleanRun without executing task effects
urlstringThe exact URL of the asset to retrieve
fail_if_not_foundbooleanFail the task if no asset exists at the specified URL
extend_inputbooleanMerge the asset data into the incoming input payload

See also: Tasks overview

S-Launch