SRCH-06: Transaction detail with nested processor tree #12

Closed
opened 2026-03-11 11:13:29 +01:00 by claude · 1 comment
Owner

User can view transaction detail with the full nested processor execution tree, including per-processor timing, input/output bodies, headers, and error details.

Category: Transaction Search
REQ-ID: SRCH-06

User can view transaction detail with the full nested processor execution tree, including per-processor timing, input/output bodies, headers, and error details. **Category:** Transaction Search **REQ-ID:** SRCH-06
Author
Owner

Implemented in Phase 2. GET /api/v1/executions/{executionId} returns full execution detail with nested processor tree. Uses FlatProcessor record with depth/parentIndex for DFS tree reconstruction. Key files: SearchController.java, ClickHouseSearchRepository.java.

Implemented in Phase 2. `GET /api/v1/executions/{executionId}` returns full execution detail with nested processor tree. Uses `FlatProcessor` record with depth/parentIndex for DFS tree reconstruction. Key files: `SearchController.java`, `ClickHouseSearchRepository.java`.
Sign in to join this conversation.