WorkflowInstance

A running or completed instance of a workflow definition in Apache DolphinScheduler.

ApacheDAGData PipelineOpen SourceOrchestrationPythonSchedulingWorkflow

Properties

Name Type Description
id integer Unique workflow instance ID.
processDefinitionCode integer Code of the workflow definition that created this instance.
name string Workflow instance name (typically includes a timestamp).
state string Execution state of this workflow instance.
startTime string Execution start time.
endTime string Execution end time (null if still running).
duration string Human-readable execution duration.
runTimes integer Number of times this instance has been re-run.
commandType string Type of command that triggered this instance.
host string Worker host that is executing this instance.
View JSON Schema on GitHub