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"
Examples
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
content *Requiredstring
The file content
extension string
The file extension
Outputs
uri string
Format
uri
The created file URI