One or more commands to update the graph's state and send messages to nodes.
Command(
self,
*,
graph: str | None = None,
update: Any | None = None,
resume: dict[str, Any] | Any | None = None,
goto: Send | Sequence[Send | N] | N = ()
)| 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: NoneValue to resume execution with. To be used together with
|
goto | Send | Sequence[Send | N] | N | Default: ()Can be one of the following:
|