Package io.kestra.core.tasks.debugs
Class Return
java.lang.Object
io.kestra.core.models.tasks.Task
io.kestra.core.tasks.debugs.Return
- All Implemented Interfaces:
RunnableTask<Return.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
-
Return
public Return()
-
-
Method Details
-
run
Description copied from interface:RunnableTaskThsis method is called inside the Worker to run (execute) the task.- Specified by:
runin interfaceRunnableTask<Return.Output>- Throws:
Exception
-