
Write
Use the Write task to store outputs as files internally and then reference the stored file for processing further down your flow.
Write
Use the Write task to store outputs as files internally and then reference the stored file for processing further down your flow.
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: .txtProperties
content*Requiredstring
The file content
extensionstring
The file extension
Outputs
uristring
Format
uriThe created file URI