Skip to main content

MutableExecutionNode

Defined in: types.ts:933

Internal

Mutable version of ExecutionNode used during graph construction.

Properties

children

children: string[]

Defined in: types.ts:941


endTime

endTime: number | null

Defined in: types.ts:938


id

id: string

Defined in: types.ts:934


metadata

metadata: Record<string, unknown>

Defined in: types.ts:942


name

name: string

Defined in: types.ts:936


parentId

parentId: string | null

Defined in: types.ts:940


startTime

startTime: number

Defined in: types.ts:937


state

state: Record<string, unknown>

Defined in: types.ts:943


status

status: NodeStatus

Defined in: types.ts:939


type

type: NodeType

Defined in: types.ts:935