Apache DolphinScheduler · JSON Structure

Apache Dolphinscheduler Workflow Definition Structure

A workflow (process) definition in Apache DolphinScheduler, representing a DAG of tasks.

Type: object Properties: 12 Required: 2
ApacheDAGData PipelineOpen-SourceOrchestrationPythonSchedulingWorkflows

WorkflowDefinition is a JSON Structure definition published by Apache DolphinScheduler, describing 12 properties, of which 2 are required. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

id code name version releaseState projectCode description globalParams timeout tenantCode createTime updateTime

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

apache-dolphinscheduler-workflow-definition-structure.json Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/apache-dolphinscheduler/refs/heads/main/json-structure/apache-dolphinscheduler-workflow-definition-structure.json",
  "name": "WorkflowDefinition",
  "description": "A workflow (process) definition in Apache DolphinScheduler, representing a DAG of tasks.",
  "type": "object",
  "properties": {
    "id": {
      "type": "int32",
      "description": "Unique workflow definition ID.",
      "example": 1001
    },
    "code": {
      "type": "int32",
      "description": "Globally unique code for the workflow definition.",
      "example": 8888888888888
    },
    "name": {
      "type": "string",
      "description": "Workflow definition name.",
      "example": "daily-etl-pipeline"
    },
    "version": {
      "type": "int32",
      "description": "Version number of this workflow definition.",
      "example": 3
    },
    "releaseState": {
      "type": "string",
      "description": "Whether the workflow is online (released) or offline.",
      "enum": [
        "ONLINE",
        "OFFLINE"
      ],
      "example": "ONLINE"
    },
    "projectCode": {
      "type": "int32",
      "description": "Code of the project this workflow belongs to.",
      "example": 7777777777777
    },
    "description": {
      "type": "string",
      "description": "Human-readable description of the workflow.",
      "example": "Daily ETL pipeline for processing sales data"
    },
    "globalParams": {
      "type": "string",
      "description": "Global parameters for this workflow in JSON format.",
      "example": "[]"
    },
    "timeout": {
      "type": "int32",
      "description": "Workflow execution timeout in minutes. 0 means no timeout.",
      "example": 60
    },
    "tenantCode": {
      "type": "string",
      "description": "Tenant code for resource isolation.",
      "example": "etl-team"
    },
    "createTime": {
      "type": "datetime",
      "description": "ISO 8601 creation timestamp.",
      "example": "2025-03-15T14:30:00Z"
    },
    "updateTime": {
      "type": "datetime",
      "description": "ISO 8601 last update timestamp.",
      "example": "2025-03-20T10:00:00Z"
    }
  },
  "required": [
    "name",
    "projectCode"
  ]
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/apache-dolphinscheduler-workflow-definition-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.