Skip to main content

MutableExecutionNode

Defined in: types.ts:927

Internal

Mutable version of ExecutionNode used during graph construction.

Properties

children

children: string[]

Defined in: types.ts:935


endTime

endTime: number | null

Defined in: types.ts:932


id

id: string

Defined in: types.ts:928


metadata

metadata: Record<string, unknown>

Defined in: types.ts:936


name

name: string

Defined in: types.ts:930


parentId

parentId: string | null

Defined in: types.ts:934


startTime

startTime: number

Defined in: types.ts:931


state

state: Record<string, unknown>

Defined in: types.ts:937


status

status: NodeStatus

Defined in: types.ts:933


type

type: NodeType

Defined in: types.ts:929