Apache DolphinScheduler · Example Payload

Apache Dolphinscheduler Workflow Instance Example

ApacheDAGData PipelineOpen SourceOrchestrationPythonSchedulingWorkflow

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

Top-level fields

idprocessDefinitionCodenamestatestartTimeendTimedurationrunTimescommandTypehost

Example Payload

apache-dolphinscheduler-workflow-instance-example.json Raw ↑
{
  "id": 500123,
  "processDefinitionCode": 8888888888888,
  "name": "daily-etl-pipeline-20250315",
  "state": "RUNNING_EXECUTION",
  "startTime": "2025-03-15T14:30:00Z",
  "endTime": "2025-03-15T15:00:00Z",
  "duration": "30m 0s",
  "runTimes": 1,
  "commandType": "START_PROCESS",
  "host": "worker-01:1234"
}