From 7f58bca0e6a200468c9f5ce8069adf327ac449f7 Mon Sep 17 00:00:00 2001 From: hsiegeln <37154749+hsiegeln@users.noreply.github.com> Date: Thu, 26 Mar 2026 18:59:17 +0100 Subject: [PATCH] chore: update IngestionService TODO comments for attributes wiring Co-Authored-By: Claude Opus 4.6 (1M context) --- .../com/cameleer3/server/core/ingestion/IngestionService.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/cameleer3-server-core/src/main/java/com/cameleer3/server/core/ingestion/IngestionService.java b/cameleer3-server-core/src/main/java/com/cameleer3/server/core/ingestion/IngestionService.java index 2b992270..eda5df9f 100644 --- a/cameleer3-server-core/src/main/java/com/cameleer3/server/core/ingestion/IngestionService.java +++ b/cameleer3-server-core/src/main/java/com/cameleer3/server/core/ingestion/IngestionService.java @@ -107,7 +107,7 @@ public class IngestionService { diagramHash, exec.getEngineLevel(), inputBody, outputBody, inputHeaders, outputHeaders, - null // attributes: populated once cameleer3-common exposes getAttributes() + null // TODO: toJson(exec.getAttributes()) — awaiting cameleer3-common publish ); } @@ -128,7 +128,7 @@ public class IngestionService { p.getErrorMessage(), p.getErrorStackTrace(), truncateBody(p.getInputBody()), truncateBody(p.getOutputBody()), toJson(p.getInputHeaders()), toJson(p.getOutputHeaders()), - null // attributes: populated once cameleer3-common exposes getAttributes() + null // TODO: toJson(p.getAttributes()) — awaiting cameleer3-common publish )); if (p.getChildren() != null) { flat.addAll(flattenProcessors(