dag-designer / Exports / IRunProgressState
Interface: IRunProgressState
Table of contents
Properties
Properties
activeDagRunId
• Optional activeDagRunId: string
Defined in
dag-designer/src/components/dag-designer-context.tsx:62
runStatus
• runStatus: "success" | "failed" | "idle" | "running"
Defined in
dag-designer/src/components/dag-designer-context.tsx:63
completedTaskCount
• completedTaskCount: number
Defined in
dag-designer/src/components/dag-designer-context.tsx:64
latestEventType
• Optional latestEventType: "execution.started" | "execution.completed" | "execution.failed" | "task.started" | "task.completed" | "task.failed"