Hello guys,
Do we have any solution to schedule the workflow without using server ?
Thank you.
Hello guys,
Do we have any solution to schedule the workflow without using server ?
Thank you.
Start knime in batch mode, see: FAQ | KNIME
That will execute your workflow, with the overhead/drawback being that knime analytics platform starts up “from scratch” and exits when the workflow has been executed. Use your scheduler of choice.
If you are familiar with java, you may write a plugin and load your own program to manage your workflows, credentials, scheduler etc., when the bundle starts up. Then start up a dummy workflow in batch mode (just sleep/loop forever), and your plugin will work in parallel. This is how I made my own mini-knime-server to schedule workflows or call them as web services, to get around the overhead problem.
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.