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.
When to use
Section titled “When to use”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.
When not to use
Section titled “When not to use”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.
Inputs
Section titled “Inputs”Configured per use: check_id, note, evidence_memory_item_id.
Outputs
Section titled “Outputs”Auto-generated from the skill registry (load_skills()). Do not edit by hand.