MCPcopy Index your code
hub / github.com/simstudioai/sim / recordPreprocessingError

Function recordPreprocessingError

apps/sim/lib/execution/preprocessing.ts:127–128  ·  view source on GitHub ↗
(args)

Source from the content-addressed store, hash-verified

125 // When `logPreprocessingErrors` is false the caller surfaces failures itself
126 // (e.g. table cells use cell state / SSE), so skip the execution-log writes.
127 const recordPreprocessingError: typeof logPreprocessingError = (args) =>
128 logPreprocessingErrors ? logPreprocessingError(args) : Promise.resolve()
129
130 logger.info(`[${requestId}] Starting execution preprocessing`, {
131 workflowId,

Callers 1

preprocessExecutionFunction · 0.85

Calls 2

logPreprocessingErrorFunction · 0.85
resolveMethod · 0.65

Tested by

no test coverage detected