Moving nodes/actions in Eclipse OEPE by drag-and-drop
This recipe will just present a simple approach for doing refactoring of nodes and actions within a single message flow. It uses the drag-and-drop functionality of the Eclipse OEPE to move around the items on the graphical representation of the message flow.
Getting ready
You can import the OSB project containing the base setup for this recipe into Eclipse OEPE from \chapter2\getting-ready\moving-nodes\actions-by-drag-and-drop
.
How to do it...
If an existing message flow needs to be refactored and some nodes or actions need to be moved around, the Eclipse OEPE provides us with the drag-and-drop functionality, and a simple way to achieve this. For example to move a Pipeline Pair node from one place to another, perform the following actions in Eclipse OEPE:
Open the CustomerManagement proxy service and navigate to the Message Flow tab.
Select the node to move, for example, the PipelinePair node in the FindCustomer branch.
Drag the selected node...