TemplatedTask
Templatize a task.
This task's spec
property allows you to fully templatize all task properties using Kestra's Pebble templating. This way, all task properties and their values can be dynamically rendered based on your custom inputs, variables, and outputs from other tasks.
yaml
type: "io.kestra.plugin.core.templating.TemplatedTask"
yaml
id: "templatedtask"
type: "io.kestra.plugin.core.templating.TemplatedTask"
spec: |
type: io.kestra.plugin.fs.http.Download
{{ task.property }}: {{ task.value }}
Dynamic YES
The templated task specification