Adding the possibility to add a parameter in configuration dialogue for a Custom Python based KNIME Node

Hello,

I’m currently trying to define a new Python based KNIME Node.

I’m trying to build a configuration dialogue where a user has the possibility to add a string parameter.
I saw this in other KNIME Nodes:
Screenshot 2024-04-07 211624

Is there any way to implement this Add bottom for my Node in Python?

I tried studying this documentation: Python Extension Development (Labs) — KNIME Python API documentation

Best regards

Vitus

Hi Vitus,

Thanks for the feature request. Unfortunately you correctly assessed from our docs that this is not yet possible. We already have an internal development ticket to build that (AP-20920) and will let you know once that feature is added.

Best,
Carsten

3 Likes