Apache DolphinScheduler · Example Payload

Apache Dolphinscheduler Schedule Example

ApacheDAGData PipelineOpen SourceOrchestrationPythonSchedulingWorkflow

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

Top-level fields

idprocessDefinitionCodecrontabstartTimeendTimetimezoneIdfailureStrategywarningTypereleaseState

Example Payload

apache-dolphinscheduler-schedule-example.json Raw ↑
{
  "id": 301,
  "processDefinitionCode": 8888888888888,
  "crontab": "0 0 1 * * ? *",
  "startTime": "2025-01-01T00:00:00Z",
  "endTime": "2026-01-01T00:00:00Z",
  "timezoneId": "America/Los_Angeles",
  "failureStrategy": "CONTINUE",
  "warningType": "FAILURE",
  "releaseState": "ONLINE"
}