Skip to main content

StartNodeOptions

Defined in: types.ts:211

Options for starting a new execution node.

Properties

metadata?

readonly optional metadata?: Record<string, unknown>

Defined in: types.ts:216


name

readonly name: string

Defined in: types.ts:213


parentId?

readonly optional parentId?: string

Defined in: types.ts:215

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


type

readonly type: NodeType

Defined in: types.ts:212