Return a value for debugging purposes.
This task is intended for troubleshooting.
It allows you to return templated values, inputs or outputs.
yaml
type: "io.kestra.plugin.core.debug.Return"
yaml
id: debug_value
namespace: company.team
tasks:
- id: return
type: io.kestra.plugin.core.debug.Return
format: "{{ task.id }} > {{ taskrun.startDate }}"
Dynamic YES
The templated string to render.
The generated string.