One or more commands to update the graph's state and send messages to nodes.
| Name | Type | Description |
|---|---|---|
graph | str | None | Default: NoneGraph to send the command to. Supported values are:
|
update | Any | None | Default: NoneUpdate to apply to the graph's state. |
resume | dict[str, Any] | Any | None | Default: None |
goto | Send | Sequence[Send | N] | N | Default: () |
Value to resume execution with. To be used together with interrupt().
Can be one of the following:
Can be one of the following:
graph)Send object (to execute a node with the input provided)Send objects