Package io.kestra.core.models.tasks
package io.kestra.core.models.tasks
-
ClassDescriptionExecutableTask<T extends Output>Interface for tasks that generates subflow execution(s).FlowableTask<T extends Output>Interface for tasks that orchestrate other tasks.RunnableTask<T extends Output>Interface for tasks that are run in the Worker.