Create a directed acyclic graph (DAG) of tasks without explicitly specifying the order in which the tasks need to run.

List your tasks and their dependencies, and Kestra will figure out the execution sequence. Each task can only depend on other tasks from the DAG task. For technical reasons, low-code interaction via UI forms is disabled for now when using this task.

yaml
type: "io.kestra.plugin.core.flow.Dag"