(args)
| 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, |
no test coverage detected