gsxdsm
40c0048f72
FN-6024: fix built-in workflow graph edges
Ensure built-in workflow editor graphs render connected, clickable edges above swimlane backgrounds.
- add explicit React Flow z-index layering so built-in workflow edges render above column bands while nodes stay interactive
- keep swimlane band backgrounds translucent and preserve failure/rework edge styling for read-only built-in workflows
- expand workflow editor tests to cover built-in/custom edge projection, handle rendering, and CSS edge visibility contracts
- document the built-in workflow editor edge behavior and add a patch changeset for @runfusion/fusion
Files changed:
.changeset/FN-6024-built-in-workflow-edges.md | 5 +
docs/dashboard-guide.md | 1 +
packages/dashboard/app/components/WorkflowNodeEditor.css | 2 +-
packages/dashboard/app/components/__tests__/WorkflowNodeEditor.css.test.ts | 25 ++++ -
packages/dashboard/app/components/__tests__/WorkflowNodeEditor.test.tsx | 106 ++++++++++++++++++++-
packages/dashboard/app/components/workflow-flow-mapping.ts | 15 ++-
6 files changed, 145 insertions(+), 9 deletions(-)
Fusion-Task-Id: FN-6024
Fusion-Task-Lineage: 7151d59b-b591-4642-95ca-93cc35198d41
2026-06-08 13:32:58 -07:00
..
2026-06-08 10:33:17 -07:00
2026-05-31 20:05:32 -07:00
2026-06-08 13:32:58 -07:00
2026-06-08 13:32:58 -07:00
2026-06-07 23:12:04 -07:00
2026-05-31 20:05:32 -07:00
2026-06-08 13:32:58 -07:00
2026-06-06 06:59:25 -07:00
2026-05-31 20:05:32 -07:00
2026-05-31 20:05:32 -07:00
2026-05-28 21:23:48 -07:00
2026-06-07 23:56:25 -07:00