Pause a task and save a checkpoint
pause_taskPause work on a task and save a structured checkpoint (scratchpad, plan, next steps) so another coworker can resume cleanly. Releases the lease and returns the task to the queue.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | Short handoff note for whoever resumes. | |
| task_id | Yes | Task id, or a pasted Tango task URL. | |
| checkpoint | Yes | Free-form JSON object holding your working state: e.g. { scratchpad, plan, next_steps, context }. |