Skip to content

dag-core / Exports / IExecutionStartedProgressEvent

Interface: IExecutionStartedProgressEvent

Emitted when a DAG execution begins.

Hierarchy

Table of contents

Properties

Properties

dagRunId

dagRunId: string

Inherited from

IRunProgressEventBase.dagRunId

Defined in

types/run-progress.ts:15


occurredAt

occurredAt: string

Inherited from

IRunProgressEventBase.occurredAt

Defined in

types/run-progress.ts:17


eventType

eventType: "execution.started"

Overrides

IRunProgressEventBase.eventType

Defined in

types/run-progress.ts:22


dagId

dagId: string

Defined in

types/run-progress.ts:23


version

version: number

Defined in

types/run-progress.ts:24

Released under the MIT License.