PurgeCurrentExecutionFiles​Purge​Current​Execution​Files

PurgeCurrentExecutionFiles PurgeCurrentExecutionFiles

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

Purge all files from Kestra's internal storage created by this execution.

This will delete all the generated files from a flow for the current execution. This will delete all files from:

  • inputs
  • outputs
  • triggers

If the current execution doesn't have any generated files, the task will not fail.

Examples

yaml
id: "purge_current_execution_files"
type: "io.kestra.plugin.core.storage.PurgeCurrentExecutionFiles"

Properties

Outputs

uris

  • Type: array
  • SubType: string
  • Dynamic:
  • Required:

The deleted file URIs from Kestra's internal storage.

Definitions

Was this page helpful?