Package io.kestra.core.models.tasks
Interface RunnableTask<T extends Output>
- All Known Implementing Classes:
Concat,Counts,Delete,Delete,Echo,Fail,Fetch,Get,LocalFiles,Log,Purge,PurgeExecution,Return,Set,Size,Split
public interface RunnableTask<T extends Output>
Interface for tasks that are run in the Worker.
-
Method Summary
Modifier and TypeMethodDescriptionrun(RunContext runContext) Thsis method is called inside the Worker to run (execute) the task.
-
Method Details
-
run
Thsis method is called inside the Worker to run (execute) the task.- Throws:
Exception
-