chore: update IngestionService TODO comments for attributes wiring
All checks were successful
CI / cleanup-branch (push) Has been skipped
CI / build (push) Successful in 59s
CI / docker (push) Successful in 50s
CI / deploy-feature (push) Has been skipped
CI / deploy (push) Successful in 37s

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
hsiegeln
2026-03-26 18:59:17 +01:00
parent c087e4af08
commit 7f58bca0e6

View File

@@ -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(