dag-core / Exports / ITaskStartedProgressEvent
Interface: ITaskStartedProgressEvent
Emitted when a task within a DAG run begins execution.
Hierarchy
↳
ITaskStartedProgressEvent
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.started"
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