Hi there!
I am currently working on a "new" functionality that I would like to include in my KNIME deployment, which allows to send workflows to a cluster in order to be executed. This cluster is just a scalable set of small containers with a sort of KNIME headless installed on them.
Having said that, I am trying to adapt the KNIME Explorer for that purpose but I found that the plug-in org.knime.workbench.explorer.view is not included in knime-core repo on Github.
Where could I get that artifact from? — Any idea?
Many thanks!
Finally, I decided to decompile the JAR file included in the distribution (I know, not even close to an elegant solution) so I could figure out the answer.
Thanks!
Hi @isoubelet,
First of all sorry for the trouble. org.knime.workbench.explorer.view
is part of a repository which we didn’t synchronize on GitHub, yet (will do in the near future). However, you can already access the source-code via our update-site, see e.g. sorucecode repository - #8 by thor.
I hope this helps,
Christian
Hi @christian.dietz, thank you for your answer. I will definitely take a look at the source code repo… 