knime / knimepy

Other
44 stars 15 forks source link

Async remote KNIME Server job basic functionality #15

Open applio opened 5 years ago

applio commented 5 years ago

Per issue #14, this adds the ability to choose to asynchronously execute a knime.Workflow.

The current api should be considered against alternatives:

It is perhaps a natural follow-on to add async job support for local workflows to mirror the api decided upon here but that is outside the scope of this current effort.

applio commented 5 years ago

Open question: when implementing the rest of AsyncJob functionality to wait on results to be available, should Python's asyncio be used in the implementation?