Skip to content

dag-core / Exports / ITaskExecutionInput

Interface: ITaskExecutionInput

Input bundle for executing a single task within a DAG run.

Table of contents

Properties

Properties

dagId

dagId: string

Defined in

interfaces/ports.ts:113


dagRunId

dagRunId: string

Defined in

interfaces/ports.ts:114


taskRunId

taskRunId: string

Defined in

interfaces/ports.ts:115


nodeId

nodeId: string

Defined in

interfaces/ports.ts:116


attempt

attempt: number

Defined in

interfaces/ports.ts:117


executionPath

executionPath: string[]

Defined in

interfaces/ports.ts:118


input

input: TPortPayload

Defined in

interfaces/ports.ts:119


nodeDefinition

Optional nodeDefinition: IDagNode

Defined in

interfaces/ports.ts:120


costPolicy

Optional costPolicy: ICostPolicy

Defined in

interfaces/ports.ts:121


currentTotalCredits

Optional currentTotalCredits: number

Defined in

interfaces/ports.ts:122

Released under the MIT License.