Raised when an account flow is paused by the operator.
| 92 | self.ocr_service = ocr_service or get_ocr_service() |
| 93 | self.tdc_service = tdc_service or get_tdc_service() |
| 94 | self.runtime_logs = runtime_log_service or get_runtime_log_service() |
| 95 | |
| 96 | def health_payload(self) -> dict[str, Any]: |
| 97 | return { |
| 98 | "status": "ok", |
no outgoing calls
no test coverage detected