StartNodeOptions
Defined in: types.ts:211
Options for starting a new execution node.
Properties
metadata?
readonlyoptionalmetadata?:Record<string,unknown>
Defined in: types.ts:216
name
readonlyname:string
Defined in: types.ts:213
parentId?
readonlyoptionalparentId?:string
Defined in: types.ts:215
Explicit parent node ID. If omitted, uses the withParent stack context.
type
readonlytype:NodeType
Defined in: types.ts:212