Function handle_sop_decide
pub async fn handle_sop_decide(
__arg0: State<AppState>,
headers: HeaderMap,
__arg2: Path<(String, String)>,
__arg3: Json<Value>,
) -> Response<Body>Expand description
Resolve a gated live run. Body carries the raw ApprovalDecision wire
value. Waiting approvals and deterministic checkpoints both resolve through
the broker-backed chokepoint with an HTTP principal, so named approval
policies, membership, and quorum are enforced before a gate or checkpoint can
clear. Returns the refreshed overlay.