Schema
BulkApprovalResult
Per-pair outcome — the batch is fail-soft.
| Field | Type | Description |
|---|---|---|
cycle_idrequired | string | Cycle reference as supplied |
task_idrequired | string | Task reference as supplied |
statusrequired | "approved" | "rejected" | "error" | Per-pair outcomeapprovedrejectederror |
workflow_signaled | boolean | Whether the Temporal signal fired |
error | string | null | Failure reason when status='error' |