Skip to content

Commit 0986e3d

Browse files
ivicacclaude
andcommitted
732 Remove variable property output handling for task dispatchers
Task dispatchers no longer show variable property outputs (loop, each), only real outputs (like map). Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent e803a44 commit 0986e3d

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

server/libs/platform/platform-configuration/platform-configuration-service/src/main/java/com/bytechef/platform/configuration/facade/WorkflowNodeOutputFacadeImpl.java

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -467,13 +467,7 @@ private WorkflowNodeOutputDTO getWorkflowNodeOutputDTO(
467467
}
468468
}
469469
} else {
470-
// Currently, variable output samples are stored as the output response in db
471-
if (taskDispatcherOutput == null || !taskDispatcherOutput) {
472-
variableOutputResponse = outputResponse;
473-
474-
outputResponse = null;
475-
}
476-
470+
// Task dispatchers no longer show variable property outputs (loop, each), only real outputs (like map)
477471
testoutputResponse = true;
478472
}
479473

0 commit comments

Comments
 (0)