Echo Echo

type: "io.kestra.core.tasks.debugs.Echo"

Simple debugging task that log a renderer value.

This task is mostly useful for debugging purpose.

This one allow you to logs inputs or outputs variables for example, or to debug some templated functions.

# Examples

id: "echo"
type: "io.kestra.core.tasks.debugs.Echo"
level: WARN
format: "{{task.id}} > {{taskrun.startDate}}"

# Properties

# format

  • Type: string
  • Dynamic: ✔️
  • Required: ✔️
  • Min length: 1

# level

  • Type: string

  • Dynamic:

  • Required:

  • Default: INFO

  • Possible Values:

    • ERROR
    • WARN
    • INFO
    • DEBUG
    • TRACE