Skip to content

Replacing graphRF with workingGraph

Giannis Koumoutsos requested to merge test-workingGraph into main

Replacing graphRF with workingGraph for feeding and re-rendering the canvas each time we get(disk or server)-create a new workflow.

GraphRF gets to keep the graph information but for the nodes and edges the ReactFLow zustand store is the only source of truth. For now setGraphRF is retained for not breaking the app with a comment TBD-To Be Deleted or refactored when graphRF is no longer used.

Edited by Giannis Koumoutsos

Merge request reports