Files
sim/apps
waleed 42d09ef8cb feat(terminal): show child workflow blocks as nested expandable tree
When a workflow block executes a child workflow, the terminal console
now shows each child block as a nested expandable entry under the
parent — matching the existing loop/parallel subflow pattern.

- Extract childTraceSpans from workflow block output into console entries
- Extend buildEntryTree with recursive workflow node nesting
- Add 'workflow' node type to EntryNodeRow with recursive rendering
- Shared typed utility (extractChildWorkflowEntries) for both execution paths
- Filter UI excludes synthetic child IDs; children follow parent visibility
- CSV export and error notifications skip child workflow entries

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-14 13:37:07 -08:00
..