Anchorage API reference
    Preparing search index...

    Envelope of ApprovalService.decideBatch: per-record fan-out results plus the tallies. Partial failure lives IN the envelope (HTTP 200), never as a response status — each record's CAS decided independently.

    interface BatchDecideResult {
        decided: number;
        failed: number;
        results: BatchDecideItem[];
    }
    Index

    Properties

    decided: number
    failed: number
    results: BatchDecideItem[]