Skip to main content

StartNodeOptions

Defined in: types.ts:280

Options for starting a new execution node.

Properties

metadata?

readonly optional metadata?: Record<string, unknown>

Defined in: types.ts:285


name

readonly name: string

Defined in: types.ts:282


parentId?

readonly optional parentId?: string

Defined in: types.ts:284

Explicit parent node ID. If omitted, uses the withParent stack context.


type

readonly type: NodeType

Defined in: types.ts:281