The previous fix skipped ALL edges from DO_TRY nodes, which also removed the continuation edge to the next node in the main flow (causing LOG nodes to appear disconnected). Now checks if the target is a descendant of the DO_TRY ELK node — only internal edges are skipped, continuation edges to the next main flow node are kept. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>