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