Record image analysis results
Authentication
Bearer authentication of the form Bearer <token>, where token is your auth token.
Bearer authentication of the form Bearer <token>, where token is your auth token.
Records image-analysis workflow results onto every participating org’s Case for the order. Walks task_artifact -> task -> order, authorizes the caller against the shipping graph, then fans out to all Cases keyed on order_id — upserting one Check1 per surviving result keyed by (check, task_artifact_id) on each Case whose effective check set (enabled - disabled) includes it. Silently drops results for checks not in the image-uploaded event family, results for checks not in a given Case’s effective set, and results whose existing row on that Case is DISMISSED. Returns True if any Case was updated. Intended to be called by the shipping_task_image_analysis Temporal workflow via an internal delegation JWT. | authz_personas=[driver_for_executor, executor_org_operators, shipper_org_operators, coordinator_org_operators] | (CaseChecksRecordImageAnalysisResultsReq) -> (bool)