Skip to content

dag-core / Exports / IExecutionPathSegment

Interface: IExecutionPathSegment

A key-value pair forming one segment of a hierarchical execution path.

Table of contents

Properties

Properties

key

key: "dagId" | "dagRunId" | "nodeId" | "taskRunId" | "attempt"

Defined in

types/domain.ts:200


value

value: string

Defined in

types/domain.ts:201

Released under the MIT License.