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
Does the knime source code provide some open interfaces that can be called directly from the outside
Hi @zaj , I don’t know if that’s possible.
If indeed it’s not possible, I can suggest alternatives such as:
- Build a Knime workflow to do what you need, and call the workflow via the command line.
- 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