LocalFiles​Local​Files

This task is deprecated and replaced by inputFiles property available in all script tasks and in the WorkingDirectory task. Check the migration guide for more details.

This task was intended to be used along with the WorkingDirectory task to create temporary files. This task suffers from multiple limitations e.g. it cannot be skipped, so setting disabled: true will have no effect. Overall, the WorkingDirectory task is more flexible and should be used instead of this task. This task will be removed in a future version of Kestra.

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