Hi all,
I safely developed, tested and exported our original nodes.
I would like to change the loading point these nodes in the node repository.
How can I create the node categories such as “AAA->bbb->NewNode”?
Thanks in advance.
Hi all,
I safely developed, tested and exported our original nodes.
I would like to change the loading point these nodes in the node repository.
How can I create the node categories such as “AAA->bbb->NewNode”?
Thanks in advance.
In order to create a new categorie for the Node Repository you have to extend the extension point org.knime.workbench.repository.categories
. There you have to enter:
level-id
of an existing category if you want to hook into existing categoriesThank you for your reply.
I solved my problem