save_graph_state
Persist workflow state to disk with atomic writes to prevent file corruption.
Instructions
Persist the current workflow state to disk using atomic write (write-to-temp then rename) to prevent corruption.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| filePath | No | Destination file path (optional, defaults to .brd_graph_state.json) |