dispatch_accept
Accept a pending dispatch packet, changing its status to working, and record your session ID. Refuses if addressed to another app or if packet isn't pending.
Instructions
Accept a dispatch packet addressed to you: flips its status pending → working and records your session_id against it. Refuses if the packet is addressed to a different app (wrong_recipient) or is not currently pending (invalid_transition). Read the brief with dispatch_read first; close out with handoff_write_v4 when the work is done.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app_id | Yes | ||
| session_id | No | ||
| dispatch_id | Yes |