MCPcopy Create free account
hub / github.com/FlowiseAI/Flowise / onChainEnd

Method onChainEnd

packages/components/src/handler.ts:261–269  ·  view source on GitHub ↗
(run: Run)

Source from the content-addressed store, hash-verified

259 }
260
261 onChainEnd(run: Run) {
262 const crumbs = this.getBreadcrumbs(run)
263 this.logger.verbose(
264 `[${this.orgId}]: [chain/end] [${crumbs}] [${elapsed(run)}] Exiting Chain run with output: ${tryJsonStringify(
265 run.outputs,
266 '[outputs]'
267 )}`
268 )
269 }
270
271 onChainError(run: Run) {
272 const crumbs = this.getBreadcrumbs(run)

Callers

nothing calls this directly

Calls 3

getBreadcrumbsMethod · 0.95
tryJsonStringifyFunction · 0.85
elapsedFunction · 0.70

Tested by

no test coverage detected