To rename a node:
Select a node on the flow editor canvas.
On the menu bar of the workbench, select .
The Rename Node window opens.
Type in the new name for the node.
Click OK.
The node is renamed to the name that you specified.
| Pattern: | Example: |
|---|---|
| <flow_name>_<node_name>.sfmap | OperatorIn_1_1_Operator_1.sfmap, where:
|
To rename a mapping routine:
Open the Navigator view (not the EST Project Explorer!) (see Opening or reopening a view).
Expand the service flow project containing the flow.
Expand the sfmap subfolder.
Find a sfmap file whose node-name part matches the node that you renamed.
Right-click the sfmap file and select Rename.
Type in a new name for the sfmap file, using the new name for the node-name part. For example, if the new name of the node is NewName, then using the example sfmap file name from Table 1, the new name of the sfmap file should be OperatorIn_1_1_NewName.sfmap.