Source
yaml
id: task-outputs
namespace: company.team
tasks:
- id: task1
type: io.kestra.plugin.core.debug.Return
format: Hello
- id: task2
type: io.kestra.plugin.core.log.Log
message: "{{ outputs.task1.value }} World!"
About this blueprint
Outputs
This blueprint shows how to use outputs from one task to another.
More Related Blueprints