Package io.kestra.core.tasks.flows
Class Template.ExecutorTemplate
java.lang.Object
io.kestra.core.models.tasks.Task
io.kestra.core.tasks.flows.Template
io.kestra.core.tasks.flows.Template.ExecutorTemplate
- All Implemented Interfaces:
FlowableTask<Template.Output>
- Enclosing class:
- Template
-
Nested Class Summary
Nested classes/interfaces inherited from class io.kestra.core.tasks.flows.Template
Template.ContextHelper, Template.ExecutorTemplate, Template.MemoryTemplateExecutor, Template.Output, Template.TemplateExecutorInterface -
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected TemplatefindTemplate(io.micronaut.context.ApplicationContext applicationContext) static Template.ExecutorTemplateMethods inherited from class io.kestra.core.tasks.flows.Template
allChildTasks, childTasks, injectTemplate, outputs, resolveNexts, tasksTreeMethods inherited from class io.kestra.core.models.tasks.Task
findById, findById, isFlowable, isSendToWorkerTaskMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.kestra.core.models.tasks.FlowableTask
getErrors, resolveState
-
Constructor Details
-
ExecutorTemplate
public ExecutorTemplate()
-
-
Method Details
-
findTemplate
protected Template findTemplate(io.micronaut.context.ApplicationContext applicationContext) throws IllegalVariableEvaluationException - Overrides:
findTemplatein classTemplate- Throws:
IllegalVariableEvaluationException
-
of
-