GitHub user bamaer added a comment to the discussion: How to migrate Pentaho Data Integration (PDI) custom plugins to Hop
that's hard (or close to impossible) to tell without access to your code. Check the `open()` and `getData()` methods (or similar method behind your `ok` button). Also check your XML serialization methods (`loadXml()`, `saveXml()`). These have been superceded by `@HopMetadataProperty` annotations in up-to-date Apache Hop transforms and actions. GitHub link: https://github.com/apache/hop/discussions/4757#discussioncomment-11839760 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
