Closed
Solved
Is it possible to define your own Node Type?
I know there are five extra Node Type (Custom1, Custom2...) for your own purpose but is it possible to actually name it? "Custom" is not descriptive and it would be better to create new one with descriptive name.
Thanks,
***Edited by Moderator Marissa to update Platform Capability tags****
To see attachments, please log in.
When you use -DapplicableNodeTypes, you will also have to add all of WebUser, BackgroundProcessing, Search, and Stream instead of just defining your own node type. Otherwise Pega throws an error and can't get started. So, JVM option looks like:
https://community.pega.com/knowledgebase/articles/system-administration/84/creating-node-types-different-purposes
Thanks,