PurgeCurrentExecutionFiles PurgeCurrentExecutionFiles
PurgeCurrentExecutionFiles Certified

Purge files created by the current Execution.

yaml
type: "io.kestra.plugin.core.storage.PurgeCurrentExecutionFiles"
yaml
    id: purge_execution_files
    namespace: company.team

    tasks:
      - id: download
        type: io.kestra.plugin.core.http.Download
        uri: https://huggingface.co/datasets/kestra/datasets/raw/main/json/user_events.json

      - id: purge
        type: io.kestra.plugin.core.storage.PurgeCurrentExecutionFiles
SubTypestring