chap.escalate.raise
chap.escalate.raiseEscalate a task to a new assignee by moving the original to escalated status and creating a linked successor task. Provide workspace, original task ID, and successor details including assignee.
Instructions
Hand a task upwards. The original moves to escalated and is linked to a new task opened for whoever takes it on. The successor starts with an empty input unless one is supplied.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| from | Yes | Participant URI, e.g. 'human:alice@example.org' or 'agent:bot@local'. | |
| new_task | Yes | The successor task to open for the escalation target. | |
| workspace | Yes | Workspace identifier, e.g. 'wsp_techcorp_support'. | |
| original_task_id | Yes | The task being escalated. It moves to 'escalated' and is linked to the successor. A completed, cancelled or superseded task cannot be escalated. |