dag-core / Exports / ITaskCompletedProgressEvent
Interface: ITaskCompletedProgressEvent
Emitted when a task within a DAG run completes successfully.
Hierarchy
↳
ITaskCompletedProgressEvent
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.completed"
Overrides
IRunProgressEventBase.eventType
Defined in
taskRunId
• taskRunId: string
Defined in
nodeId
• nodeId: string
Defined in
input
• Optional input: TPortPayload
Defined in
output
• Optional output: TPortPayload