Renaming a message flow node
You can change the name of any type of message flow node (a built-in node, user-defined node, or subflow node) to reflect its purpose.
Before you begin
- Create a message flow, as described in Creating a message flow.
- Read the concept topic, Message flow nodes.
About this task
When you first add a message flow node to the canvas, the editor automatically assigns a name to the node; the name is highlighted, and you can change it by entering a name of your choice. If you do not change the default name at this time, you can change it later, as described in this topic. For example, you might include a Compute node to calculate the price of a specific part in an order; you could change the name of the node to Calculate_Price.
When you rename a node, use only the supported characters for this entity. The editor prevents you from entering unsupported characters.
To rename a node:
Procedure
What to do next
If you generate ESQL code for a Compute, Database, or Filter node, the code is contained in a module that is associated with the node. The name of the module in the ESQL file must match the name specified for the module in the ESQL Module property of the corresponding node. You can modify the module name, and change it from its default value (which is the name of the message flow, concatenated with the name of the node with which the module is associated). However, ensure that the module in the ESQL file matches the node property.