chap.control.resume
chap.control.resumeResume paused work without losing scope: return a task to in_progress, re-enable a participant for task assignments, or reactivate a workspace.
Instructions
Resume work paused at the same scope: a task returns to in_progress, a participant can be assigned tasks again, a workspace returns to active.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| from | Yes | Participant URI, e.g. 'human:alice@example.org' or 'agent:bot@local'. | |
| scope | No | What the resume applies to. 'task' returns a paused task to 'in_progress'; a task that is not paused is refused with -32061. 'participant' allows that member to be assigned tasks again. 'workspace' returns the workspace to active. | task |
| task_id | No | Task identifier returned by chap.task.create. | |
| workspace | Yes | Workspace identifier, e.g. 'wsp_techcorp_support'. | |
| participant_uri | No | Whose work to resume, when scope is 'participant'. Must be a workspace member. |