Automate workflow execution

Hello everyone,

Is it possible to create a space where all automated flows can be uploaded, and have them scheduled to start automatically at a certain time, without anyone having to intervene and execute them? Or have them start automatically when a file is added to a location?
thnx,
Madalina

Hi @madac

Take a look at

Br

1 Like

another option could be KNIME Pro

You also have the option to call other workflows from a central one.

KNIME business Hub should also support REST-API calls. I have built some sort of a factory where a central parameter file would steer such calls to start workflows on a KNIME server.

4 Likes

I find Nodepit batch to be the easiest. Really simplifies the cli syntax and you can execute workflows stored remotely. Then just put an orchestrator (if you really needto manage complex workflow dependencies at scale) or a cron scheduler on top of it and you’re good to go :slight_smile:.

1 Like