Optional
goto?: string | Send | (string | Send)[]Optional
graph?: stringGraph to send the command to. Supported values are:
Optional
resume?: RValue to resume execution with. To be used together with interrupt.
Optional
update?: Record<string, any>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