Hi P0rridge,
I’m sorry you ran into this. I logged a bug for it. There is a .XML file with the same name as your flow and it looks like the path to that XML file isn’t being updated in the diagram metadata when the diagram is moved. There are two ways to correct it.
Method 1) Manually update the diagram metadata to point to the xml file.
1) Right-click on your “moved” diagram (the one in the new location that is missing the node content).
2) Select Open With > Text Editor
3) Search for all instances of <yourflowname>.xml. Each should be in a “href” attribute.
4) For each instance, correct the path. The new path would look something like this: ../WebRoot/WEB-INF/flows/myFlow/MyWebFlow.xml
Method 2) Re-generate the diagram in the new location. The downfall of this approach is that your node positions will be lost. The diagram should be reasonably organized, but it won’t be exactly the same as before.
1) Right-click on the .xml file associated with your flow.
2) Select MyEclipse > Initialize Web Flow Diagram.
3) Select the filename and location you desire and finish the wizard.
4) Delete the old (broken or incorrectly located) diagram.
HTH,