mirror of
https://github.com/simstudioai/sim.git
synced 2026-02-15 00:44:56 -05:00
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>