Blueprints

Task outputs

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.

Return

Log

More Related Blueprints

New to Kestra?

Use blueprints to kickstart your first workflows.

Get started with Kestra