Creating the user interface representation of a user-defined node in the workbench

For user-defined nodes only, you must create the user interface representation of it in the workbench.

The topics below describe the steps that you must complete:
  1. Creating a user-defined node project
  2. Creating a user-defined node

If you have a plug-in node from Version 2.1, you must migrate the node to Version 6.0 using the mqsimigratemsgflows command, as described in Migrating a message flow, and then follow the instructions in the steps listed above.

For user-defined parsers, you have to install only the compiled .lil file. You do not manipulate parsers from within the workbench; they are only referenced by the broker from within a message flow. Therefore you do not create a user interface representation of user-defined parsers.

Start of changeWhen you have completed the workbench representation, you must test your user-defined nodeEnd of change
Related concepts
User-defined extensions
Related tasks
Developing user-defined extensions
Testing a user-defined node
Packaging a user-defined node workbench project
Related reference
User-defined extensions