Skip to content

Satisfy check

Module · Stable

Mark a check satisfied (document/photo checks require evidence).

Marks one check satisfied (status -> ‘satisfied’). For document and photo checks an evidence_memory_item_id is REQUIRED — without it the call fails, which is the gate working as designed (produce the evidence first via document_store). note is an optional free-text stamp. Returns is_complete: true when the parent record has no pending checks left.

Use when a workflow has produced evidence (e.g. a document_id from Document Store or OCR) and needs to mark the corresponding check green. The is_complete output flows naturally into a Branch step to decide whether to advance the case or loop back for the next pending check.

If the check cannot be fulfilled but should be overridden with a reason, use Waive check instead. To mark a check not applicable to this record, use Skip check (N/A). To reset an already-satisfied or waived check back to pending, use Reopen check.

Configured per use: check_id, note, evidence_memory_item_id.

  • check_id
  • check_status
  • is_complete

Auto-generated from the skill registry (load_skills()). Do not edit by hand.