Optional
afterOptional
checkpointCheckpoint for when creating a new run.
Optional
checkpointWhether to checkpoint during the run (or only at the end/interruption).
Optional
checkpointCheckpoint ID for when creating a new run.
Optional
commandOne or more commands to invoke the graph with.
Optional
configAdditional configuration for the run.
Optional
ifBehavior if the specified run doesn't exist. Defaults to "reject".
Optional
inputInput to the run. Pass null
to resume from the current state of the thread.
Optional
interruptInterrupt execution after leaving these nodes.
Optional
interruptInterrupt execution before entering these nodes.
Optional
metadataMetadata for the run.
Optional
multitaskStrategy to handle concurrent runs on the same thread. Only relevant if there is a pending/inflight run on the same thread. One of:
Optional
onBehavior to handle run completion. Only relevant if there is a pending/inflight run on the same thread. One of:
Optional
onBehavior to handle disconnection. Only relevant if there is a pending/inflight run on the same thread. One of:
Optional
onCallback when a run is created.
Optional
thread_Optional
signalAbort controller signal to cancel the run.
Optional
webhookWebhook to call when the run is complete.
The number of seconds to wait before starting the run. Use to schedule future runs.