Use this API to record a single reviewer’s decision against a human step. When all mandatory reviewers approve (or any reviewer rejects), the step’s aggregator transitions terminal and the step resumes.Documentation Index
Fetch the complete documentation index at: https://docs.velt.dev/llms.txt
Use this file to discover all available pages before exploring further.
POST https://api.velt.dev/v2/workflow/steps/recordReviewerDecision
recorded: false only on idempotent replay. aggregatorStatus: pending / resolved / rejected. resumeScheduled: true when this decision triggered the resume task.
INVALID_ARGUMENT (reviewerId not in declared reviewers) / FAILED_PRECONDITION (step not waiting) / NOT_FOUND.