WorkflowDefinition

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

ApacheDAGData PipelineOpen-SourceOrchestrationPythonSchedulingWorkflows

Properties

Name Type Description
id integer Unique workflow definition ID.
code integer Globally unique code for the workflow definition.
name string Workflow definition name.
version integer Version number of this workflow definition.
releaseState string Whether the workflow is online (released) or offline.
projectCode integer Code of the project this workflow belongs to.
description string Human-readable description of the workflow.
globalParams string Global parameters for this workflow in JSON format.
timeout integer Workflow execution timeout in minutes. 0 means no timeout.
tenantCode string Tenant code for resource isolation.
createTime string ISO 8601 creation timestamp.
updateTime string ISO 8601 last update timestamp.
View JSON Schema on GitHub

JSON Schema

apache-dolphinscheduler-workflow-definition-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/apache-dolphinscheduler/refs/heads/main/json-schema/apache-dolphinscheduler-workflow-definition-schema.json",
  "title": "WorkflowDefinition",
  "description": "A workflow (process) definition in Apache DolphinScheduler, representing a DAG of tasks.",
  "type": "object",
  "properties": {
    "id": {
      "type": "integer",
      "description": "Unique workflow definition ID.",
      "example": 1001
    },
    "code": {
      "type": "integer",
      "description": "Globally unique code for the workflow definition.",
      "example": 8888888888888
    },
    "name": {
      "type": "string",
      "description": "Workflow definition name.",
      "example": "daily-etl-pipeline"
    },
    "version": {
      "type": "integer",
      "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": "integer",
      "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": "integer",
      "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": "string",
      "format": "date-time",
      "description": "ISO 8601 creation timestamp.",
      "example": "2025-03-15T14:30:00Z"
    },
    "updateTime": {
      "type": "string",
      "format": "date-time",
      "description": "ISO 8601 last update timestamp.",
      "example": "2025-03-20T10:00:00Z"
    }
  },
  "required": [
    "name",
    "projectCode"
  ]
}

Work with this as data

Every JSON Schema 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 schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema 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 Schema
curl "https://apis.io/api/v1/json-schemas/apache-dolphinscheduler-workflow-definition"
All schemas
curl "https://apis.io/api/v1/json-schemas?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.