Package io.kestra.core.tasks.debugs
Class Echo
java.lang.Object
io.kestra.core.models.tasks.Task
io.kestra.core.tasks.debugs.Echo
- All Implemented Interfaces:
RunnableTask<VoidOutput>
@Plugin(examples=@Example(code={"level: WARN","format: \"{{task.id}} > {{taskrun.startDate}}\""}))
@Deprecated
public class Echo
extends Task
implements RunnableTask<VoidOutput>
Deprecated.
-
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionrun(RunContext runContext) Deprecated.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
-
Echo
public Echo()Deprecated.
-
-
Method Details
-
run
Deprecated.Description copied from interface:RunnableTaskThsis method is called inside the Worker to run (execute) the task.- Specified by:
runin interfaceRunnableTask<VoidOutput>- Throws:
Exception
-