Function resolve_gate
pub fn resolve_gate(
engine: &mut SopEngine,
run_id: &str,
decision: ApprovalDecision,
principal: ApprovalPrincipal,
) -> Result<ResolveOutcome, Error>Expand description
Resolve a waiting SOP gate. The ONLY place a WaitingApproval gate clears.