Skip to content

dag-core / Exports / ITaskFailedProgressEvent

Interface: ITaskFailedProgressEvent

Emitted when a task within a DAG run 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: "task.failed"

Overrides

IRunProgressEventBase.eventType

Defined in

types/run-progress.ts:58


taskRunId

taskRunId: string

Defined in

types/run-progress.ts:59


nodeId

nodeId: string

Defined in

types/run-progress.ts:60


error

error: IDagError

Defined in

types/run-progress.ts:61


input

Optional input: TPortPayload

Defined in

types/run-progress.ts:62


output

Optional output: TPortPayload

Defined in

types/run-progress.ts:63

Released under the MIT License.