Copying nodes/actions from one place to another
This recipe will just present a simple approach for doing refactoring of nodes and actions. It uses the copy/paste functionality of the Eclipse OEPE to copy a node/action from one place to another.
Getting ready
You can import the OSB project containing the base set up for this recipe into Eclipse OEPE from \chapter2\getting-ready\copying-nodes-actions
.
How to do it...
Often when creating a new message flow, some node/actions are very similar. Instead of creating all of them from scratch, there is a way to copy them in Eclipse OEPE. To duplicate a PipelinePair node, perform the following steps:
Open the CustomerManagement proxy service and navigate to the Message Flow tab.
Right-click on the node/action to copy, for example, the PipelinePair node in the FindCustomer branch and select Copy.
Right-click on the PipelinePair node and select Paste.
The PipelinePair has been duplicated under the new name PipelinePair1.
The whole PipelinePair node including...