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.