* Log workflow completion to unified workflow log
(summary: WorkflowSummary)
| 250 | * Log workflow completion to unified workflow log |
| 251 | */ |
| 252 | async logWorkflowComplete(summary: WorkflowSummary): Promise<void> { |
| 253 | await this.ensureInitialized(); |
| 254 | await this.workflowLogger.logWorkflowComplete(summary); |
| 255 | } |
| 256 | |
| 257 | /** |
| 258 | * Add a resume attempt to the session |
no test coverage detected