Skip to main content

MutableExecutionNode

Defined in: types.ts:839

Internal

Mutable version of ExecutionNode used during graph construction.

Properties

children

children: string[]

Defined in: types.ts:847


endTime

endTime: number | null

Defined in: types.ts:844


id

id: string

Defined in: types.ts:840


metadata

metadata: Record<string, unknown>

Defined in: types.ts:848


name

name: string

Defined in: types.ts:842


parentId

parentId: string | null

Defined in: types.ts:846


startTime

startTime: number

Defined in: types.ts:843


state

state: Record<string, unknown>

Defined in: types.ts:849


status

status: NodeStatus

Defined in: types.ts:845


type

type: NodeType

Defined in: types.ts:841