feat: wire attributes from RouteExecution/ProcessorExecution into storage
All checks were successful
CI / cleanup-branch (push) Has been skipped
CI / build (push) Successful in 54s
CI / docker (push) Successful in 36s
CI / deploy-feature (push) Has been skipped
CI / deploy (push) Successful in 36s

Replaces null placeholders with actual getAttributes() calls now that
cameleer3-common SNAPSHOT is resolved with attributes support.

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

View File

@@ -107,7 +107,7 @@ public class IngestionService {
diagramHash,
exec.getEngineLevel(),
inputBody, outputBody, inputHeaders, outputHeaders,
null // TODO: toJson(exec.getAttributes()) — awaiting cameleer3-common publish
toJson(exec.getAttributes())
);
}
@@ -128,7 +128,7 @@ public class IngestionService {
p.getErrorMessage(), p.getErrorStackTrace(),
truncateBody(p.getInputBody()), truncateBody(p.getOutputBody()),
toJson(p.getInputHeaders()), toJson(p.getOutputHeaders()),
null // TODO: toJson(p.getAttributes()) — awaiting cameleer3-common publish
toJson(p.getAttributes())
));
if (p.getChildren() != null) {
flat.addAll(flattenProcessors(