Optional
goto?: string | SendInterface | (string | SendInterface)[]Optional
graph?: stringGraph to send the command to. Supported values are:
Optional
lg_A discriminator field used to identify the type of object. Must be populated when serializing.
Optional because it's not required to specify this when directly constructing a Command object.
Optional
resume?: RValue to resume execution with. To be used together with interrupt.
Optional
update?: Record<string, unknown> | [string, unknown][]Update to apply to the graph's state.
Can be one of the following:
graph
)Send
object (to execute a node with the input provided)Send
objects