Skip to content

dag-core / Exports / ITaskRun

Interface: ITaskRun

Runtime record of a single task (node) execution within a DAG run.

Table of contents

Properties

Properties

taskRunId

taskRunId: string

Defined in

types/domain.ts:183


dagRunId

dagRunId: string

Defined in

types/domain.ts:184


nodeId

nodeId: string

Defined in

types/domain.ts:185


status

status: TTaskRunStatus

Defined in

types/domain.ts:186


attempt

attempt: number

Defined in

types/domain.ts:187


leaseOwner

Optional leaseOwner: string

Defined in

types/domain.ts:188


leaseUntil

Optional leaseUntil: string

Defined in

types/domain.ts:189


inputSnapshot

Optional inputSnapshot: string

Defined in

types/domain.ts:190


outputSnapshot

Optional outputSnapshot: string

Defined in

types/domain.ts:191


estimatedCredits

Optional estimatedCredits: number

Defined in

types/domain.ts:192


totalCredits

Optional totalCredits: number

Defined in

types/domain.ts:193


errorCode

Optional errorCode: string

Defined in

types/domain.ts:194


errorMessage

Optional errorMessage: string

Defined in

types/domain.ts:195

Released under the MIT License.