Does the knime source code provide some open interfaces that can be called directly from the outside

Does the knime source code provide some open interfaces that can be called directly from the outside. For example, I write a program to call the interface for executing the process, or other interfaces

Hi @zaj , I don’t know if that’s possible.

If indeed it’s not possible, I can suggest alternatives such as:

  1. Build a Knime workflow to do what you need, and call the workflow via the command line.
  2. This one would require a Knime server, where your knime workflow is available via the webportal, and you can call your workflow via an http request.
1 Like