Optional
goto?: Nodes | SendInterface<Nodes> | (Nodes | SendInterface<Nodes>)[]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?: ResumeValue to resume execution with. To be used together with interrupt.
Optional
update?: Update | [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