You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For the KNIME integration Dynamic Commands have to be excluded during plugin discovery. However querying if a command is dynamic is problematic at the moment.
We currently use an instance of check but this is a) a bit ugly and b) as Curtis pointed out also not save because there might be dynamic commands that do not extend the DynamicCommand class
It would be very helpful if you could add something to the ModuleInfo of a plugin that allows to identify DynamicCommands.