- Home
- Forum
- Documentation
- KNIME
- Installation
- Getting Started
- Screencasts
- Workbench
- Meta Nodes
- FAQ
- Known Issues
- Changelogs
- Changelog v2.5.1
- Changelog v2.5.0
- Changelog v2.4.2
- Changelog v2.4.1
- Changelog v2.4.0
- Changelog v2.3.4
- Changelog v2.3.3
- Changelog v2.3.1
- Changelog v2.3.0
- Changelog v2.2.2
- Changelog v2.2.0
- Changelog v2.1.2
- Changelog v2.1.1
- Changelog v2.1.0
- Changelog v2.0.3
- Changelog v2.0.2
- Changelog v2.0.1
- Changelog v2.0.0
- Changelog v1.3.5
- Changelog v1.3.3
- Changelog v1.3.1
- Changelog v1.2.1
- Changelog v1.2.0
- Changelog v1.1.2
- Changelog v1.1.0
- Reporting
- Developers
- Guide to Intelligent Data Analysis
- KNIME
- Labs
- Community Contributions
- Shop
- Contact
I suggest to not use any
I suggest to not use any KNIME internals such as the NodeID (which can also change between closing and opening a workflow).
You could have a member in your NodeModel class (for instance of class java.util.UUID) that is assigned upon object creation. If you need to retain the ID beyond closing/opening KNIME you will need to save the ID as part of the internals.
Hope this helps,
Bernd