Apache DolphinScheduler · Example Payload

Apache Dolphinscheduler Task Definition Example

Extract daily sales data from source database

ApacheDAGData PipelineOpen SourceOrchestrationPythonSchedulingWorkflow

Apache Dolphinscheduler Task Definition Example is an example object payload from Apache DolphinScheduler, with 12 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idcodenametaskTypetaskParamsdescriptionflagtaskPriorityworkerGroupretryTimesretryIntervaltimeout

Example Payload

apache-dolphinscheduler-task-definition-example.json Raw ↑
{
  "id": 2001,
  "code": 9999999999999,
  "name": "extract-sales-data",
  "taskType": "SPARK",
  "taskParams": {},
  "description": "Extract daily sales data from source database",
  "flag": "YES",
  "taskPriority": "MEDIUM",
  "workerGroup": "default",
  "retryTimes": 3,
  "retryInterval": 5,
  "timeout": 30
}