Nodes/edges are no longer visible when restoring a workflow
When opening a workflow in Edit
, going to Monitor
and back to Edit
, the workflow seems empty. While there is a e2e test for that, it didn't catch the problem.
The reason is that nodes/edges are still there but are no longer visible (visibility: hidden
). There seem to be a little quirk when restoring the workflow (compared to a regular loading) that leads to this change of visibility.
We should:
- Change to e2e test to check the visibility of nodes to catch further instances of this problem
- Investigate what leads to this
visibility: hidden
- Solve the issue appropriately
Edited by Loic Huder