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