Interface: ITaskRun
Runtime record of a single task (node) execution within a DAG run.
Table of contents
Properties
- taskRunId
- dagRunId
- nodeId
- status
- attempt
- leaseOwner
- leaseUntil
- inputSnapshot
- outputSnapshot
- estimatedCredits
- totalCredits
- errorCode
- errorMessage
Properties
taskRunId
• taskRunId: string
Defined in
dagRunId
• dagRunId: string
Defined in
nodeId
• nodeId: string
Defined in
status
• status: TTaskRunStatus
Defined in
attempt
• attempt: number
Defined in
leaseOwner
• Optional leaseOwner: string
Defined in
leaseUntil
• Optional leaseUntil: string
Defined in
inputSnapshot
• Optional inputSnapshot: string
Defined in
outputSnapshot
• Optional outputSnapshot: string
Defined in
estimatedCredits
• Optional estimatedCredits: number
Defined in
totalCredits
• Optional totalCredits: number
Defined in
errorCode
• Optional errorCode: string
Defined in
errorMessage
• Optional errorMessage: string