diff --git a/src/store/workflowStore.ts b/src/store/workflowStore.ts index 7c429a46..994529d3 100644 --- a/src/store/workflowStore.ts +++ b/src/store/workflowStore.ts @@ -933,7 +933,7 @@ const workflowStoreImpl: StateCreator = (set, get) => ({ if (dimmedNodeIds.has(node.id)) { // Skip execution — node is dimmed // Keep previous output visible (don't clear node data) - logger.info('workflow.skip', 'Node skipped (downstream of disabled Switch)', { + logger.info('node.execution', 'Node skipped (downstream of disabled Switch)', { nodeId: node.id, nodeType: node.type, });