Skip to content

dag-core / Exports / ITaskCompletedProgressEvent

Interface: ITaskCompletedProgressEvent

Emitted when a task within a DAG run completes successfully.

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

Overrides

IRunProgressEventBase.eventType

Defined in

types/run-progress.ts:49


taskRunId

taskRunId: string

Defined in

types/run-progress.ts:50


nodeId

nodeId: string

Defined in

types/run-progress.ts:51


input

Optional input: TPortPayload

Defined in

types/run-progress.ts:52


output

Optional output: TPortPayload

Defined in

types/run-progress.ts:53

Released under the MIT License.