Skip to content

dag-core / Exports / IExecutionFailedProgressEvent

Interface: IExecutionFailedProgressEvent

Emitted when a DAG execution fails.

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.failed"

Overrides

IRunProgressEventBase.eventType

Defined in

types/run-progress.ts:34


error

error: IDagError

Defined in

types/run-progress.ts:35

Released under the MIT License.