MCPcopy Create free account
hub / github.com/Noumena-Network/code / appendWorkflowLog

Function appendWorkflowLog

src/tools/WorkflowTool/WorkflowTool.ts:161–163  ·  view source on GitHub ↗
(taskId: string, line: string)

Source from the content-addressed store, hash-verified

159}
160
161function appendWorkflowLog(taskId: string, line: string): void {
162 appendTaskOutput(taskId, `[${new Date().toISOString()}] ${line}\n`)
163}
164
165function summarizeText(text: string | undefined): string | undefined {
166 if (!text) {

Callers 3

runWorkflowAgentTaskFunction · 0.85
runWorkflowLifecycleFunction · 0.85
callFunction · 0.85

Calls 1

appendTaskOutputFunction · 0.85

Tested by

no test coverage detected