SRCH-06: Transaction detail with nested processor tree #12
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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
Implemented in Phase 2.
GET /api/v1/executions/{executionId}returns full execution detail with nested processor tree. UsesFlatProcessorrecord with depth/parentIndex for DFS tree reconstruction. Key files:SearchController.java,ClickHouseSearchRepository.java.