dag-core / Exports / ITaskFailedProgressEvent
Interface: ITaskFailedProgressEvent
Emitted when a task within a DAG run fails.
Hierarchy
↳
ITaskFailedProgressEvent
Table of contents
Properties
Properties
dagRunId
• dagRunId: string
Inherited from
IRunProgressEventBase.dagRunId
Defined in
occurredAt
• occurredAt: string
Inherited from
IRunProgressEventBase.occurredAt
Defined in
eventType
• eventType: "task.failed"
Overrides
IRunProgressEventBase.eventType
Defined in
taskRunId
• taskRunId: string
Defined in
nodeId
• nodeId: string
Defined in
error
• error: IDagError
Defined in
input
• Optional input: TPortPayload
Defined in
output
• Optional output: TPortPayload