Skip to main content

Module command

Module command 

Source
Expand description

Graph commands โ€“ how users send input back to a paused graph.

After a graph returns ExecutionOutcome::Interrupted, the caller constructs a Command and passes it to CompiledGraph::resume_with() to continue execution.

Enumsยง

Command
A command sent to a graph to control execution after an interrupt.