Skip to content

dag-core / Exports / INodeExecutionContext

Interface: INodeExecutionContext

Runtime context passed to every node lifecycle method during execution.

Table of contents

Properties

Properties

dagId

dagId: string

Defined in

types/node-lifecycle.ts:14


dagRunId

dagRunId: string

Defined in

types/node-lifecycle.ts:15


taskRunId

taskRunId: string

Defined in

types/node-lifecycle.ts:16


nodeDefinition

nodeDefinition: IDagNode

Defined in

types/node-lifecycle.ts:17


nodeManifest

nodeManifest: INodeManifest

Defined in

types/node-lifecycle.ts:18


attempt

attempt: number

Defined in

types/node-lifecycle.ts:19


executionPath

executionPath: string[]

Defined in

types/node-lifecycle.ts:20


runCreditLimit

Optional runCreditLimit: number

Defined in

types/node-lifecycle.ts:21


currentTotalCredits

currentTotalCredits: number

Defined in

types/node-lifecycle.ts:22

Released under the MIT License.