WorkflowDefinition

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

ApacheDAGData PipelineOpen SourceOrchestrationPythonSchedulingWorkflow

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