MCPcopy
hub / github.com/KeygraphHQ/shannon / logWorkflowComplete

Method logWorkflowComplete

apps/worker/src/audit/audit-session.ts:252–255  ·  view source on GitHub ↗

* Log workflow completion to unified workflow log

(summary: WorkflowSummary)

Source from the content-addressed store, hash-verified

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

Callers 2

logWorkflowCompleteFunction · 0.95
pentestPipelineFunction · 0.45

Calls 1

ensureInitializedMethod · 0.95

Tested by

no test coverage detected