TaskDefinition

A task node in a DolphinScheduler workflow definition DAG.

ApacheDAGData PipelineOpen SourceOrchestrationPythonSchedulingWorkflow

Properties

Name Type Description
id integer Task definition ID.
code integer Globally unique task code.
name string Task name within the workflow.
taskType string Task execution type.
taskParams object Task-specific parameters (structure varies by taskType).
description string Task description.
flag string Whether this task is enabled.
taskPriority string Task priority for scheduling.
workerGroup string Worker group this task should run on.
retryTimes integer Number of retry attempts on failure.
retryInterval integer Interval in minutes between retry attempts.
timeout integer Task execution timeout in minutes.
View JSON Schema on GitHub