session_restore
Restore persisted workflow context using a session ID, enabling state recovery across distributed agent deployments.
Instructions
Retrieve the workflow context saved for a session_id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| session_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| found | Yes | ||
| context | No | ||
| session_id | Yes |