Auto execute KNIME Flows on Mac (Mac Scheduler/Python)?

Hi there,

Anyone here successfully auto-executed KNIME flows (free version, without KNIME server paid version) using python on Mac? If so, step by step walkthrough would be highly appreciated.

Thank you KNIME Community!

Hello @etorres182
have you tried anything yet ? If you have maybe you can share your initial implementations and we can guide you through it.

If I understand correctly you want to call an external workflow (batch mode) inside a python code ? Take a look at the subprocess — Subprocess management — Python 3.10.5 documentation library.

This thread could give you an idea:

Maybe this is a question that shouldn’t be asked here since is a call to an external program using python, regardless of the program (could be knime, ls, date,…etc)

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.