wait_for_change
Block until graph nodes change or timeout elapses; returns changed nodes, snapshot, and terminal status when change occurs.
Instructions
Block until any node in the graph changes state, or until the timeout elapses. On a change, returns the changed nodes, a full snapshot, and whether the graph is fully terminal. On a timeout, the snapshot is omitted since nothing moved.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| graph_id | Yes | ||
| timeout_ms | No | Overall wait budget in milliseconds; defaults to 600000 (10 minutes) |