Await verdict
tribeunal_await_verdictBlock until a case reaches its final verdict, returning immediately if already decided. Retrieve the verdict details to act on the outcome.
Instructions
Block until a case reaches its VERDICT (terminal decision), up to timeoutS seconds — returns INSTANTLY if the case is already decided (unlike a cursor-await, which would hang forever after closure). Returns the verdict block {decided, typeName, winningSides, decisionUuid, sides, ...}. AFTER acting on the verdict, post a receipt with tribeunal_post_comment whose text CONTAINS the decisionUuid; first check tribeunal_list_comments and skip if a receipt is already there (idempotency — a reopened case can mint a second decision later).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| caseId | Yes | Case UUID whose verdict to await | |
| timeoutS | No | Seconds to block (5-170); instant if already terminal |