Package io.kestra.core.tasks.log
Class Fetch
java.lang.Object
io.kestra.core.models.tasks.Task
io.kestra.core.tasks.log.Fetch
- All Implemented Interfaces:
RunnableTask<Fetch.Output>
@Example(code={"level: INFO","executionId: \"{{trigger.executionId}}\""}) @Example(code={"level: WARN","executionId: \"{{execution.id}}\"","tasksId: "," - \"previous_task_id\""})
public class Fetch
extends Task
implements RunnableTask<Fetch.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
-
Fetch
public Fetch()
-
-
Method Details
-
run
Description copied from interface:RunnableTaskThsis method is called inside the Worker to run (execute) the task.- Specified by:
runin interfaceRunnableTask<Fetch.Output>- Throws:
Exception
-