Write data to a file in the 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
Dynamic YES
The file content.
Dynamic YES
The file extension.
Format uri
The created file URI.