Package io.kestra.core.tasks.storages
Class PurgeExecution
java.lang.Object
io.kestra.core.models.tasks.Task
io.kestra.core.tasks.storages.PurgeExecution
- All Implemented Interfaces:
RunnableTask<PurgeExecution.Output>
@Plugin(examples=@Example(code={}))
public class PurgeExecution
extends Task
implements RunnableTask<PurgeExecution.Output>
-
Nested Class Summary
Nested Classes -
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionrun(RunContext runContext) Thsis method is called inside the Worker to run (execute) the task.Methods inherited from class io.kestra.core.models.tasks.Task
findById, findById, isFlowable, isSendToWorkerTask
-
Constructor Details
-
PurgeExecution
public PurgeExecution()
-
-
Method Details
-
run
Description copied from interface:RunnableTaskThsis method is called inside the Worker to run (execute) the task.- Specified by:
runin interfaceRunnableTask<PurgeExecution.Output>- Throws:
Exception
-