Skip to content

dag-core / Exports / ITaskStartedProgressEvent

Interface: ITaskStartedProgressEvent

Emitted when a task within a DAG run begins execution.

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

Overrides

IRunProgressEventBase.eventType

Defined in

types/run-progress.ts:40


taskRunId

taskRunId: string

Defined in

types/run-progress.ts:41


nodeId

nodeId: string

Defined in

types/run-progress.ts:42


input

Optional input: TPortPayload

Defined in

types/run-progress.ts:43


output

Optional output: TPortPayload

Defined in

types/run-progress.ts:44

Released under the MIT License.