Write data to a file in Kestra’s internal storage.

Use the Write task to store outputs as files internally and then reference the stored file for processing further down your flow.

yaml
type: "io.kestra.plugin.core.storage.Write"

Write data to a file in the internal storage.

yaml
id: write
namespace: company.team

tasks:
- id: write
  type: io.kestra.plugin.core.storage.Write
  content: Hello World
  extension: .txt
Properties

The file content

The file extension

Format uri

The created file URI