Skip to content

dag-core / Exports / IDagRun

Interface: IDagRun

Runtime record of a single DAG execution instance.

Table of contents

Properties

Properties

dagRunId

dagRunId: string

Defined in

types/domain.ts:168


dagId

dagId: string

Defined in

types/domain.ts:169


version

version: number

Defined in

types/domain.ts:170


status

status: TDagRunStatus

Defined in

types/domain.ts:171


definitionSnapshot

Optional definitionSnapshot: string

Defined in

types/domain.ts:172


inputSnapshot

Optional inputSnapshot: string

Defined in

types/domain.ts:173


runKey

runKey: string

Defined in

types/domain.ts:174


logicalDate

logicalDate: string

Defined in

types/domain.ts:175


trigger

trigger: TDagTriggerType

Defined in

types/domain.ts:176


startedAt

Optional startedAt: string

Defined in

types/domain.ts:177


endedAt

Optional endedAt: string

Defined in

types/domain.ts:178

Released under the MIT License.