Skip to content

dag-core / Exports / IExecutionCompletedProgressEvent

Interface: IExecutionCompletedProgressEvent

Emitted when a DAG execution 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: "execution.completed"

Overrides

IRunProgressEventBase.eventType

Defined in

types/run-progress.ts:29

Released under the MIT License.